Skip to content

Commit 2a04a26

Browse files
[dependabot skip] Automatically fix Nix hashes
1 parent 3e5375d commit 2a04a26

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
@@ -45,7 +45,7 @@
4545
nodePackages = pkgs.buildNpmPackage {
4646
name = "penguin_memories_assets";
4747
src = ./assets;
48-
npmDepsHash = "sha256-H+qE5grAnN39sC7U8CLXWfxIqyF3kwZ7U3ymGB4QhSM=";
48+
npmDepsHash = "sha256-YU4JuE5fEaXuziSaQh3PlyPtVqy/LY9/idKnl8CqtA4=";
4949
# npmDepsHash = pkgs.lib.fakeHash;
5050
dontNpmBuild = true;
5151
inherit nodejs;

0 commit comments

Comments
 (0)