3
0
Fork 0
forked from mirrors/nixpkgs

teleport_11: 11.3.5 -> 11.3.10

This commit is contained in:
Justinas Stankevicius 2023-04-08 20:08:23 +03:00
parent e50871163f
commit ae48654bb1
2 changed files with 1695 additions and 5 deletions

1685
pkgs/servers/teleport/11/Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,13 @@
{ callPackage, ... }@args:
callPackage ../generic.nix ({
version = "11.3.5";
hash = "sha256-/InWly0jCiPBlgM/qgS6ErMv7Hhg5PW9sldda1oaUIg=";
vendorHash = "sha256-NkiFLEHBNjxUOSuAlVugAV14yCCo3z6yhX7LZQFKhvA=";
cargoHash = "sha256-02qo6i6GuRAYKDKA7k2hDq2O6ayEQbeGhFS2g3b9Wuo=";
yarnHash = "sha256-kvnVmDZ/jISaaS97KM0WbPJU7Y8XWOeHrDLT0iXRyfc=";
version = "11.3.10";
hash = "sha256-h7G+VPVG+swBo0VHDIQiCDPhsK7MHfkF8/Bagh/KzCg=";
vendorHash = "sha256-GB024L8c8YRNUySZEPB5HEXss1wcT1gUxM4wUoB4zpQ=";
yarnHash = "sha256-6qaXHFMhlAhDo6drjUfvgQHgpMbeO8+Y1MZXVCHfelE=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"rdp-rs-0.1.0" = "sha256-GJfUyiYQwcDTMqt+iik3mFI0f6mu13RJ2XuoDzlg9sU=";
};
};
} // builtins.removeAttrs args [ "callPackage" ])