Merge pull request #81257 from bhipple/u/rust-cargo-mcfly

mcfly: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas
2020-02-28 05:23:48 -05:00
committed by GitHub

View File

@@ -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;