From f85a7b3023abb4f115cb930448f9eabb8ec5b005 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:24:50 +0100 Subject: [PATCH] Update NPM deps hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 2329edd..8c387fd 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -10,7 +10,7 @@ let web = buildNpmPackage { name = "web-app"; src = ../web-app; - npmDepsHash = "sha256-RTyo7K/Hr1hBGtcBKynrziUInl91JqZl84NkJg16ufA="; + npmDepsHash = "sha256-VC5aoKqbH/Z7CTeYI6ERjW2o4a/qb0HPACLDdJaGIx0="; npmFlags = [ "--legacy-peer-deps" ]; installPhase = '' mkdir -p $out/web-app