fa5436e0a7
GitOrigin-RevId: e8057b67ebf307f01bdcc8fba94d94f75039d1f6
17 lines
518 B
Nix
17 lines
518 B
Nix
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=";
|
|
};
|
|
};
|
|
extPatches = [
|
|
# https://github.com/NixOS/nixpkgs/issues/120738
|
|
../tsh_14.patch
|
|
];
|
|
})
|