nixpkgs/pkgs/servers/teleport/11/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
488 B
Nix
Raw Normal View History

2023-02-23 18:14:50 +00:00
{ callPackage, ... }@args:
2023-04-02 16:05:44 +00:00
callPackage ../generic.nix ({
2023-04-08 17:08:23 +00:00
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=";
};
};
2023-02-23 18:14:50 +00:00
} // builtins.removeAttrs args [ "callPackage" ])