mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
mcfly: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
This commit is contained in:
parent
b9e1789160
commit
7dbb5ae027
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ rustPlatform.buildRustPackage rec {
|
|||
install -Dm644 -t $out/share/mcfly mcfly.bash
|
||||
'';
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1bf65kagvhsi6lg8187ihi5j45hkq9d8v6j7rzmmfhngdzvcfr69";
|
||||
cargoSha256 = "0r2zb59rpja9z7q0gsylqaq4vqm5rp57fy56ajjrm6k6z06nq7bv";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/cantino/mcfly;
|
||||
|
|
Loading…
Reference in a new issue