Skip to content

Commit 5a87312

Browse files
authored
Merge pull request #46 from wunderwerkio/release/update-pnpm-overlay
Update pnpm to 9.15.0
2 parents 0e77061 + a44aa47 commit 5a87312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overlays/pnpm.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
final: prev: let
2-
version = "9.14.4";
3-
sha256 = "sha256-JqcmtjO2KaP6vaAG9pauQmCVSjYyyAVBEteuiXeeX5o=";
2+
version = "9.15.0";
3+
sha256 = "sha256-Caj+MaNP2nBjVGgGGfQAL0zO9trf+TJA0k72yDHw/Sg=";
44
lib = import ../lib {pkgs = prev;};
55
in
66
lib.overlayNodePackages {

0 commit comments

Comments
 (0)