Merge pull request #325837 from gepbird/pnpm-9.5.0

pnpm_9: 9.4.0 -> 9.6.0, pnpm_8: 8.15.8 -> 8.15.9

authored by

Doron Behar and committed by
GitHub
22f95f61 40b0705e

+4 -4
+4 -4
pkgs/development/tools/pnpm/default.nix
··· 4 5 variants = { 6 "8" = { 7 - version = "8.15.8"; 8 - hash = "sha256-aR/hdu6pqKgN8g5JdvPftEoEhBzriFY4/iomF0+B5l4="; 9 }; 10 "9" = { 11 - version = "9.4.0"; 12 - hash = "sha256-tv0L/aVV5+WErX5WswxosB1aBPnuk5ifS5PKhHPEnHQ="; 13 }; 14 }; 15
··· 4 5 variants = { 6 "8" = { 7 + version = "8.15.9"; 8 + hash = "sha256-2qJ6C1QbxjUyP/lsLe2ZVGf/n+bWn/ZwIVWKqa2dzDY="; 9 }; 10 "9" = { 11 + version = "9.6.0"; 12 + hash = "sha256-2uD36CLFayCXm7WWXjtzuL2rtri47xIdpthXUIWZyjU="; 13 }; 14 }; 15