chore: update npmDepsHash after security fixes

This commit is contained in:
maulanasdqn
2026-04-11 10:10:49 +07:00
parent 964dd009cc
commit 0e0ca9720a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
outputs = { self, nixpkgs, flake-utils }:
let
npmDepsHash = "sha256-eCItx0TgI7c6Raa9H41ShsU5nofLpQ6Rvcbb/r7GK1E=";
npmDepsHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
mkViteApp = { pkgs, src }: { name, buildScript, envVars ? {} }:
pkgs.buildNpmPackage {