From 5114ed70a0752daf11c056188f84d8254c2bbc5a Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Sat, 6 Jul 2024 02:50:24 -0700 Subject: [PATCH] update nix npm hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e3e3b1e..01f5dd4 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ # uncomment this and let the build fail, then get the current hash # very scuffed but endorsed! #npmDepsHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; - npmDepsHash = "sha256-SfXQkTkK1tAcWss0gvcKyG/6IfMUDhSgZ78pEVR+dNo="; + npmDepsHash = "sha256-aPRFARC1WJsH1NIrm9OmBv/bH9ME1K4apfWqbA+VPf4="; doCheck = false;