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 Sep 18, 2023
1 parent d374b25 commit 3b2cfe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/pnpm-8_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 = "8.7.5";
version = "8.7.6";
src = pkgs.fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-8.7.5.tgz";
sha512 = "WI8WZb89Uiq5x2jdz4PcQMG9ovTnXcDCEpoEckPYIT2zD8/+dEhVozPlT7bu3WkBgE0uTARtgyIKAFt+IpW2cQ==";
url = "https://registry.npmjs.org/pnpm/-/pnpm-8.7.6.tgz";
sha512 = "ZJ/LpDy+IGYpCPYo2INfnw2MopUOTHQ3HcnhbiSqVLtV5rTmsrbFHe4i35ITLpcgvIWptWbzUTZ8efDYXWpFew==";
};
doCheck = true;
phases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit 3b2cfe2

Please sign in to comment.