forked from mirrors/nixpkgs
teleport_11: 11.3.5 -> 11.3.10
This commit is contained in:
parent
e50871163f
commit
ae48654bb1
1685
pkgs/servers/teleport/11/Cargo.lock
generated
Normal file
1685
pkgs/servers/teleport/11/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,13 @@
|
||||||
{ callPackage, ... }@args:
|
{ callPackage, ... }@args:
|
||||||
callPackage ../generic.nix ({
|
callPackage ../generic.nix ({
|
||||||
version = "11.3.5";
|
version = "11.3.10";
|
||||||
hash = "sha256-/InWly0jCiPBlgM/qgS6ErMv7Hhg5PW9sldda1oaUIg=";
|
hash = "sha256-h7G+VPVG+swBo0VHDIQiCDPhsK7MHfkF8/Bagh/KzCg=";
|
||||||
vendorHash = "sha256-NkiFLEHBNjxUOSuAlVugAV14yCCo3z6yhX7LZQFKhvA=";
|
vendorHash = "sha256-GB024L8c8YRNUySZEPB5HEXss1wcT1gUxM4wUoB4zpQ=";
|
||||||
cargoHash = "sha256-02qo6i6GuRAYKDKA7k2hDq2O6ayEQbeGhFS2g3b9Wuo=";
|
yarnHash = "sha256-6qaXHFMhlAhDo6drjUfvgQHgpMbeO8+Y1MZXVCHfelE=";
|
||||||
yarnHash = "sha256-kvnVmDZ/jISaaS97KM0WbPJU7Y8XWOeHrDLT0iXRyfc=";
|
cargoLock = {
|
||||||
|
lockFile = ./Cargo.lock;
|
||||||
|
outputHashes = {
|
||||||
|
"rdp-rs-0.1.0" = "sha256-GJfUyiYQwcDTMqt+iik3mFI0f6mu13RJ2XuoDzlg9sU=";
|
||||||
|
};
|
||||||
|
};
|
||||||
} // builtins.removeAttrs args [ "callPackage" ])
|
} // builtins.removeAttrs args [ "callPackage" ])
|
||||||
|
|
Loading…
Reference in a new issue