mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Merge pull request #81229 from bhipple/u/rust-cargo-fd
fd: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
bb947e7e33
|
@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "108p1p9bxhg4qzwfs6wqcakcvlpqw3w498jkz1vhmg6jp1mbmgdr";
|
||||
};
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "0ylanxcb1vrhvm9h3lvq8nh28362wi5hjy0pqdv5lh40pphcknnz";
|
||||
cargoSha256 = "1nhlarrl0m6as3j2547yf1xxjm88qy3v8jgvhd47z3f5s63bb6w5";
|
||||
|
||||
preFixup = ''
|
||||
install -Dm644 "$src/doc/fd.1" "$out/man/man1/fd.1"
|
||||
|
|
Loading…
Reference in a new issue