Merge pull request #80303 from bhipple/u/rust-cargo-coloursum

coloursum: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Maximilian Bosch 2020-02-17 16:54:12 +01:00 committed by GitHub
commit d880e848a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1piz0l7qdcvjzfykm6rzqc8s1daxp3cj3923v9cmm41bc2v0p5q0";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "091flc5ymx0y43ld6bdmig5cy479b90bkmwv3yaysi5kpr28skvh";
cargoSha256 = "1w0q5w0bf1682jvzcml8cgmr9mrgi4if0p63wzchyjav330dp6pk";
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;