Skip to content

Commit ce190d8

Browse files
build(nix): update npmDepsHash
1 parent ad03180 commit ce190d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/flake-modules/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
nodePackages = pkgs.buildNpmPackage {
2828
name = "${pname}-assets";
2929
src = "${src}/assets";
30-
npmDepsHash = "sha256-t0Vz2OlJFAD4TITLpIOeKl3BQJc9Qevy/qsBrBcV3gw="; # if you change the npm deps, you need to update this hash
30+
npmDepsHash = "sha256-b3b5yEVM3E3X9Gl7FheXTnNgs2U9Vwtr9O8IjKro5hA="; # if you change the npm deps, you need to update this hash
3131
# npmDepsHash = pkgs.lib.fakeHash;
3232
dontNpmBuild = true;
3333
inherit nodejs;

0 commit comments

Comments
 (0)