From 0396b58228120b158c8bf953a08c865653232136 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 5 Apr 2024 23:29:27 +0200 Subject: [PATCH] And hash #2 --- pkgs/phanpy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];