forked from mirrors/nixpkgs
Merge pull request #81375 from bhipple/u/rust-cargo-pueue
pueue: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
f727955f3b
|
@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1y33n0dmrssv35l0apfq1mchyh92cfbzjarh0m8zb2nxwhvk7paw";
|
||||
cargoSha256 = "08zqhj3b0v4fxj8vi323zrxg4xvbp9gndm2khzs6daacglbwbvhk";
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion utils/completions/pueue.{bash,fish} --zsh utils/completions/_pueue
|
||||
|
|
Loading…
Reference in a new issue