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 Jul 31, 2023
1 parent 031a37e commit 103f73a
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.6.10";
version = "8.6.11";
src = pkgs.fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-8.6.10.tgz";
sha512 = "EBlPdgrAqmIDK6lflNm8M4lueWGM4PKJIDngt6vJ1+fmzh3e0482tg52nUjiuGvkzZ2sngA181GLqknXhAHgIg==";
url = "https://registry.npmjs.org/pnpm/-/pnpm-8.6.11.tgz";
sha512 = "jqknppuj45tDzJsLcLqkAxytBHZXIx9JTYkGNq0/7pSRggpio9wRxTDj4NA2ilOHPlJ5BVjB5Ij5dx65woMi5A==";
};
doCheck = true;
phases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit 103f73a

Please sign in to comment.