diff --git a/nix/web.nix b/nix/web.nix index 557f596b911..2b1f1b1ffd1 100644 --- a/nix/web.nix +++ b/nix/web.nix @@ -4,7 +4,7 @@ let src = ../web; npmDeps = pkgs.fetchNpmDeps { inherit src; - hash = "sha256-6qhGuifHVtCeep1SiQdCUxBMr7UGhYpdMTvXhrQu/zA="; + hash = "sha256-43FQndgLN0EIkEx7ZPf/6unCcWTlKT3Kr4C2drRN42E="; }; npm = hermesNpmLib.mkNpmPassthru { folder = "web"; attr = "web"; pname = "hermes-web"; };