diff --git a/pkgs/development/tools/pnpm/default.nix b/pkgs/development/tools/pnpm/default.nix index c1423124fc24..42f43ad121f8 100644 --- a/pkgs/development/tools/pnpm/default.nix +++ b/pkgs/development/tools/pnpm/default.nix @@ -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="; }; }; diff --git a/pkgs/test/pnpm/pnpm_11/default.nix b/pkgs/test/pnpm/pnpm_11/default.nix index bf3ab4d4f551..fed05255ff0b 100644 --- a/pkgs/test/pnpm/pnpm_11/default.nix +++ b/pkgs/test/pnpm/pnpm_11/default.nix @@ -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; }; })