chore: update npmDepsHash after security fixes
This commit is contained in:
@@ -13,3 +13,4 @@ import CTASection from '../components/CTASection.astro';
|
||||
<CTASection />
|
||||
</Public>
|
||||
<!-- deployed Fri Apr 10 22:37:10 TST 2026 -->
|
||||
// force
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user