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 Nov 29, 2024
1 parent cf83c71 commit 83802b3
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.14.2";
version = "9.14.3";
src = pkgs.fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-9.14.2.tgz";
sha512 = "biuvd9Brk2IpQVLIUcTyeO3jerHro6Vf2jF6SheyCfTbuXP7JQp3q8Rjo0H8sfF/F8+iQJHE6zGc2g2bhCeDhw==";
url = "https://registry.npmjs.org/pnpm/-/pnpm-9.14.3.tgz";
sha512 = "wPU+6ZR37ZabgrKJrQEaXRa/FiPJV+fynqvo0MALV0wpuMf1T2xn7nEMc/KFyBVNB85EtG/iwO60dqkEQbrDcQ==";
};
doCheck = true;
phases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit 83802b3

Please sign in to comment.