Skip to content

Commit df651e4

Browse files
committed
chore: upgrade pnpm
1 parent c5a6e99 commit df651e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/overlays/pnpm.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
final: prev: {
22
pnpm = prev.pnpm.overrideAttrs (oldAttrs: rec {
3-
version = "10.17.0";
3+
version = "10.17.1";
44
src = prev.fetchurl {
55
url = "https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz";
6-
hash = "sha256-vZ7FQXZBOR4KyzkSspEr1bA4VAeoLalHRKdAe1Z/208=";
6+
hash = "sha256-oeATP2gBwTA5rkEwnl5afRBYo6Hh7dAgpJRKg8U2jQQ=";
77
};
88
});
99
}

0 commit comments

Comments
 (0)