Skip to content

Commit 39495b6

Browse files
authored
teleport_16: 16.2.0 -> 16.4.6, teleport_15: 15.4.11 -> 15.4.21 (#351209)
2 parents 9aa6de6 + 98c9f5f commit 39495b6

File tree

5 files changed

+9
-26
lines changed

5 files changed

+9
-26
lines changed

pkgs/servers/teleport/15/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ wasm-bindgen-cli, ... }@args:
22
import ../generic.nix (args // {
3-
version = "15.4.11";
4-
hash = "sha256-vmJ76aRAsbSGXZ2HcuryOlUYrUOPMP6MaI8OjxxyiZ4=";
5-
vendorHash = "sha256-oJo8Ga6TAUz1xSYiRckzq8zZvgIZFCeEwZbiyyVOdkI=";
6-
yarnHash = "sha256-5ppgBa5CyQ49FSFhdWDbTcCTdt0vsXAzNTeyG4r7crg=";
3+
version = "15.4.21";
4+
hash = "sha256-n5dAJ5ilq5nHo3neQzCUFnDRwLhArwleMSho4/g0MT4=";
5+
vendorHash = "sha256-bW8ztNeSzxUNtbuBtxIya9TeGfktC+/fz9iXB0GL0Mg=";
6+
yarnHash = "sha256-ZaLLrcwAeq6TQ1SaA2few4s0HqktOZEpxCTcNGloGfk=";
77
cargoLock = {
88
lockFile = ./Cargo.lock;
99
outputHashes = {

pkgs/servers/teleport/16/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ wasm-bindgen-cli, ... }@args:
22
import ../generic.nix (args // {
3-
version = "16.2.0";
4-
hash = "sha256-3LLoO7SNJfEfDEU7JnAhmAOIdRO+TkgiJKjT8sqzelo=";
3+
version = "16.4.6";
4+
hash = "sha256-TdOCFs6YeqINM8aPryrjYPaXEjc/gIqu7kzVYDnMsjg=";
55
vendorHash = "sha256-iyYfht0aB9Vv2hsaqrieFHXbDhlotKQYfLn4JFqpve8=";
6-
pnpmHash = "sha256-lcev7VwTcuCuced8uZzLoobREWtNRDFRFdfmabJPLtc=";
6+
pnpmHash = "sha256-NF45Wp4itYud01VzxC8bRHZ3xZ1T1du1QmZTDMS5nOk=";
77
cargoLock = {
88
lockFile = ./Cargo.lock;
99
outputHashes = {

pkgs/servers/teleport/generic.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ buildGoModule rec {
150150
patches = extPatches ++ [
151151
./0001-fix-add-nix-path-to-exec-env.patch
152152
./rdpclient.patch
153-
(if lib.versionAtLeast version "16" then ./tsh_16.patch else ./tsh.patch)
153+
./tsh.patch
154154
];
155155

156156
# Reduce closure size for client machines

pkgs/servers/teleport/tsh.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ index 5de21c69d0..3995c19e3c 100644
1111
if err != nil {
1212
return trace.Wrap(err)
1313
}
14-
+ cf.executablePath = path.Dir(tempBinaryPath) + "/tsh"
14+
+ cf.executablePath = filepath.Dir(tempBinaryPath) + "/tsh"
1515

1616
// configs
1717
setEnvFlags(&cf)

pkgs/servers/teleport/tsh_16.patch

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)