fix: recalculate hash
This commit is contained in:
parent
7758be92b4
commit
7a45a878e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue