Skip to content

Commit 84b6c93

Browse files
[dependabot skip] Automatically fix Nix hashes
1 parent 4f118af commit 84b6c93

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-7fSpGQ6I8+4bYes6yYvxCdtfGgyJJeOpR6wQSxCe4HQ=";
63+
npmDepsHash = "sha256-pjsT5lNcGJPFM85svlYyaxZnkdAUjEjp4x/J2jlehkk=";
6464
# npmDepsHash = pkgs.lib.fakeHash;
6565
dontNpmBuild = true;
6666
inherit nodejs;

0 commit comments

Comments
 (0)