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 ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "08zqhj3b0v4fxj8vi323zrxg4xvbp9gndm2khzs6daacglbwbvhk";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "1y33n0dmrssv35l0apfq1mchyh92cfbzjarh0m8zb2nxwhvk7paw";
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion utils/completions/pueue.{bash,fish} --zsh utils/completions/_pueue
|
installShellCompletion utils/completions/pueue.{bash,fish} --zsh utils/completions/_pueue
|
||||||
|
|
Loading…
Reference in a new issue