Skip to content

Commit

Permalink
pnpm_10: init at 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Jan 11, 2025
1 parent 647aa67 commit 247892d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/development/tools/pnpm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ let
version = "9.15.3";
hash = "sha256-wdpDcnzLwe1Cr/T9a9tLHpHmWoGObv/1skD78HC6Tq8=";
};
"10" = {
version = "10.0.0";
hash = "sha256-Q6v25yD7e8U8WRsIYmBcfTI9Cp0t0zvKwHsGLhPPSUg=";
};
};

callPnpm = variant: callPackage ./generic.nix { inherit (variant) version hash; };
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4771,7 +4771,7 @@ with pkgs;
};

inherit (callPackage ../development/tools/pnpm { })
pnpm_8 pnpm_9;
pnpm_8 pnpm_9 pnpm_10;
pnpm = pnpm_9;

po4a = perlPackages.Po4a;
Expand Down

0 comments on commit 247892d

Please sign in to comment.