teleport: Use pnpm fetcherVersion 3; teleport_17: 17.7.20 -> 17.7.23; teleport_18: 18.7.2 -> 18.7.6

Contains security fixes for both versions.

Changelog: https://github.com/gravitational/teleport/releases/tag/v17.7.23
Diff: https://github.com/gravitational/teleport/compare/v17.7.20...v17.7.23

Changelog: https://github.com/gravitational/teleport/releases/v18.7.6
Diff: http://github.com/gravitational/teleport/compare/v18.7.2...v18.7.6
This commit is contained in:
JuliusFreudenberger
2026-05-02 00:36:03 +02:00
parent 259fba6fef
commit b889b174b2
3 changed files with 11 additions and 11 deletions

View File

@@ -82,7 +82,7 @@ let
version
;
pnpm = pnpm_10_29_2;
fetcherVersion = 2;
fetcherVersion = 3;
hash = pnpmHash;
};

View File

@@ -7,11 +7,11 @@
}:
buildTeleport {
version = "17.7.20";
hash = "sha256-zxP7vhDyxypotG58wzwlCx8JMoRSYC0adMe+zKfrOek=";
vendorHash = "sha256-uwSCPu3z9LCvN/vKJg/Q9rgk6wnjh4P4tq4a5suPNrg=";
cargoHash = "sha256-opLo7UmZzxrVxYZOwn4v4G5lhHFp5GrdOZe7uIb97q0=";
pnpmHash = "sha256-quHu43JccCpguSeHkGnpqL81oDN4p5WtAt/sOgMCCec=";
version = "17.7.23";
hash = "sha256-o1aYmNN4yytgJFQ7V1sPjq6r2pDzf4mG/juyYK5IF3A=";
vendorHash = "sha256-cL2U1GOV6PtxSl8N8gjKOHCpj5jhun5D+DbeWBixnxI=";
cargoHash = "sha256-cDcDfptq8z0pwjImuAovv/5XwoaPb/ostyxkyNEbkRM=";
pnpmHash = "sha256-NTH5YnqeZg/jEkjguSXGS3/MI/r8us11By/fZ1m1caQ=";
wasm-bindgen-cli = wasm-bindgen-cli_0_2_95;
inherit buildGoModule withRdpClient extPatches;

View File

@@ -7,11 +7,11 @@
}:
buildTeleport {
version = "18.7.2";
hash = "sha256-1ANYBYNhTzSA3zhgUgKks73piHdw+4iXGFmGUWHTYpE=";
vendorHash = "sha256-0HxDrsWWRjuaVGtbX7xwCMsj2dYRJr3wmpf8qInlyBE=";
pnpmHash = "sha256-XJ2SLCMoFFeoBQ3YKIlq4APNOhSS8ipTNQufQ1nkYqs=";
cargoHash = "sha256-SfVoh4HnHSOz1haPPV7a/RyA6LFjLRe78Mn2fVdVyEA=";
version = "18.7.6";
hash = "sha256-p7qwsUr6n6OAl/b20SgropAubfPfwBiVTvbReb2HpO8=";
vendorHash = "sha256-/ZY0J0yB/8qMG6vEIta7Nf2Uv3xTZ/WPoMz+Dj5hwZA=";
pnpmHash = "sha256-uRsS5m0Q4fAFvJ3Qp6xcEAB8QFriLXbeGtD0o0n46RE=";
cargoHash = "sha256-KkFwMSBXsRmDuaPU1n6FPq2P5UQiQnb7+HEDOhhmjd0=";
wasm-bindgen-cli = wasm-bindgen-cli_0_2_99;
buildGoModule = buildGo125Module;