Skip to content

Commit 7f3c5a2

Browse files
update nix pnpm dependency hash (#128)
1 parent 74de36b commit 7f3c5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
4949
;
5050
inherit pnpm;
5151
fetcherVersion = 4;
52-
hash = "sha256-xtLuCCPoFHbDbCa7VkRC3nc9AkOF0nY4Yff8EclinaY=";
52+
hash = "sha256-AsQbHD0P0Zciu6oIVon5kli3vGlb5m5FvkSt6nm+QbI=";
5353
};
5454

5555
postPatch = lib.optionalString (finalAttrs.version != sourceVersion) ''

0 commit comments

Comments
 (0)