fix: recalculate hash

This commit is contained in:
Jet 2026-03-26 21:30:25 -07:00
parent 7758be92b4
commit 7a45a878e9
No known key found for this signature in database

View file

@ -80,7 +80,7 @@
pname = "jet-website"; pname = "jet-website";
version = "0.1.0"; version = "0.1.0";
src = pkgs.lib.cleanSource ./.; src = pkgs.lib.cleanSource ./.;
npmDepsHash = "sha256-hAPfXGje+8pjMRZ5KZKcbu+TgZ9uy+dbYIFVrNQsItg="; npmDepsHash = "sha256-O4ZUSYyVWOxP15saIadsaZuRO47Y0AvsL4pwvo5b76U=";
# Inject the Nix-built WASM before npm install resolves file: dep # Inject the Nix-built WASM before npm install resolves file: dep
postPatch = '' postPatch = ''