diff --git a/flake.nix b/flake.nix index 795b090..607b744 100644 --- a/flake.nix +++ b/flake.nix @@ -127,7 +127,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; + npmDepsHash = "sha256-Fv2vT4Lot3ZfeqyruecthO9YexH3Sy+SiJczyo+xloU="; dontNpmInstall = true; buildPhase = '' @@ -190,7 +190,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; + npmDepsHash = "sha256-Fv2vT4Lot3ZfeqyruecthO9YexH3Sy+SiJczyo+xloU="; installPhase = '' cp -r build "$out"