diff --git a/pkgs/phanpy/default.nix b/pkgs/phanpy/default.nix index 795cd77..755da75 100644 --- a/pkgs/phanpy/default.nix +++ b/pkgs/phanpy/default.nix @@ -14,7 +14,7 @@ buildNpmPackage rec { hash = "sha256-sp7ihOgPYpP78M+IQ/QNjne0nw+PdcYJdEJ1m/ozZkE="; }; - npmDepsHash = "sha256-tuEfyePwlOy2/mOPdXbqJskO6IowvAP4DWg8xSZwbJw="; + npmDepsHash = "sha256-I4rZuk0Hn5R6rMu/QZvSuaGrCtG8Z61R7gjbhLnje2E="; # The prepack script runs the build script, which we'd rather do in the build phase. npmPackFlags = ["--ignore-scripts"];