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
View File
@@ -13,3 +13,4 @@ import CTASection from '../components/CTASection.astro';
<CTASection />
</Public>
<!-- deployed Fri Apr 10 22:37:10 TST 2026 -->
// force
+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 {