pnpm_10: init at 10.0.0

This commit is contained in:
Gutyina Gergő
2025-01-15 09:59:25 +01:00
parent a712dc6708
commit 1187945fcd
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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; };
+1 -1
View File
@@ -4760,7 +4760,7 @@ with pkgs;
};
inherit (callPackage ../development/tools/pnpm { })
pnpm_8 pnpm_9;
pnpm_8 pnpm_9 pnpm_10;
pnpm = pnpm_9;
po4a = perlPackages.Po4a;