uhubctl: fix darwin build (#361491)
[NixPkgs.git] / pkgs / servers / teleport / 15 / default.nix
blob12cedd5396967151d8026282f07e94cecd3043ff
1 { wasm-bindgen-cli, ... }@args:
2 import ../generic.nix (args // {
3   version = "15.4.21";
4   hash = "sha256-n5dAJ5ilq5nHo3neQzCUFnDRwLhArwleMSho4/g0MT4=";
5   vendorHash = "sha256-bW8ztNeSzxUNtbuBtxIya9TeGfktC+/fz9iXB0GL0Mg=";
6   yarnHash = "sha256-ZaLLrcwAeq6TQ1SaA2few4s0HqktOZEpxCTcNGloGfk=";
7   cargoLock = {
8     lockFile = ./Cargo.lock;
9     outputHashes = {
10       "boring-4.4.0" = "sha256-4wdl2kIA5oHQ0H6IddKQ+B5kRwrTeMbKe1+tAYZt2uw=";
11       "ironrdp-async-0.1.0" = "sha256-nE5O/wRJ3vJqJG5zdYmpVkhx6JC6Yb92pR4EKSWSdkA=";
12       "sspi-0.10.1" = "sha256-fkclC/plTh2d8zcmqthYmr5yXqbPTeFxI1VuaPX5vxk=";
13     };
14   };
16   # wasm-bindgen-cli version must match the version of wasm-bindgen in Cargo.lock
17   wasm-bindgen-cli = wasm-bindgen-cli.override {
18     version = "0.2.92";
19     hash = "sha256-1VwY8vQy7soKEgbki4LD+v259751kKxSxmo/gqE6yV0=";
20     cargoHash = "sha256-aACJ+lYNEU8FFBs158G1/JG8sc6Rq080PeKCMnwdpH0=";
21   };