File tree Expand file tree Collapse file tree 5 files changed +9
-26
lines changed Expand file tree Collapse file tree 5 files changed +9
-26
lines changed Original file line number Diff line number Diff line change 11{ wasm-bindgen-cli , ... } @args :
22import ../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 = {
Original file line number Diff line number Diff line change 11{ wasm-bindgen-cli , ... } @args :
22import ../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 = {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments