Skip to content

Commit e91b7f5

Browse files
authored
fix(nix): update npm deps hash in flake.nix
1 parent d9de81a commit e91b7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
nodePackages = pkgs.buildNpmPackage {
6161
name = "penguin_memories_assets";
6262
src = ./assets;
63-
npmDepsHash = "sha256-Vyh93JxQpqmC1kCCuaoAEy8IlbckfmZ7CdQlQfbqisM=";
63+
npmDepsHash = "sha256-vXzOx7pSlV1QMQrRM77Jit1kVu6eQREAxU+ZWYxx3bQ=";
6464
# npmDepsHash = pkgs.lib.fakeHash;
6565
dontNpmBuild = true;
6666
inherit nodejs;

0 commit comments

Comments
 (0)