Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent 25216a2 commit b851098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/pnpm-9_x/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

pkgs.stdenv.mkDerivation rec {
name = "pnpm";
version = "9.11.0";
version = "9.12.0";
src = pkgs.fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-9.11.0.tgz";
sha512 = "CiA/+u1aP2MkLNBkyPtYkjZsED4ygHkxj3gGLyTqjJ1QvGpHqjVnyr79gk0XDnj6J0XtHxaxMuFkNhRrdojxmw==";
url = "https://registry.npmjs.org/pnpm/-/pnpm-9.12.0.tgz";
sha512 = "Sr9yUITXvLr71yi/x77mHy95H5d/2HVCs1edyyNQTRcNRjN5ReTGZIXNEtWIoMDlcO2cR358zdhQfPBfP5Lqyg==";
};
doCheck = true;
phases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit b851098

Please sign in to comment.