about summary refs log tree commit diff
path: root/pkgs/servers/teleport/14/default.nix
blob: eda21fd7cb121608971060684d8ebd55f2ea887b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
args:
import ../generic.nix (args // {
  version = "14.3.20";
  hash = "sha256-oGN3t0xt7z3+U7wlhnJu4B8cSSMwONdiHZkv8UY7lkA=";
  vendorHash = "sha256-RMTHWrbwKCGlxi9SP+8ccGk8YYqwhC8yWLPDf2Ha5bE=";
  yarnHash = "sha256-c5ItZpq9Wp+kE9gw2WQdm5gTvBKA9I+nHAX/pT4Hqhs=";
  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "rdp-rs-0.1.0" = "sha256-U52FVuqo2DH/7f0cQ1qcb1GbFZ97yxExVFMX5cs0zw4=";
    };
  };
})