pnpm: 11.1.0 -> 11.1.1 (#519536)

This commit is contained in:
Gergő Gutyina
2026-05-12 23:32:06 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ let
hash = "sha256-jnDdxmSbGLw9iVzzqQjAKR6kw4A5rYcixH4Bja8enPw=";
};
"11" = {
version = "11.1.0";
hash = "sha256-VzyCrTVuiwl+bKxIG3OB+d7tM6MYr38xGYSFjr4fl+8=";
version = "11.1.1";
hash = "sha256-BbKC0GMyKVxzbwsgyL3xhTJb8bymgske2BFUo8aFHMA=";
};
};
+3 -3
View File
@@ -44,8 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
install -Dm644 -t $out/lib/pnpm-11-test dist/index.js
makeWrapper ${lib.getExe nodejs} $out/bin/pnpm11test \
--add-flags "$out/lib/pnpm11test"
makeWrapper ${lib.getExe nodejs} $out/bin/pnpm-11-test \
--add-flags "$out/lib/pnpm-11-test"
runHook postInstall
'';
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
license = lib.licenses.mit;
mainProgram = "pnpm11test";
mainProgram = "pnpm-11-test";
inherit (pnpm.meta) maintainers;
};
})