3
0
Fork 0
forked from mirrors/nixpkgs

b3sum: upgrade cargo fetcher and cargoSha256 (#82086)

This commit is contained in:
Benjamin Hipple 2020-03-08 21:06:25 -04:00 committed by GitHub
parent a67fbc1562
commit 6331093673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
sourceRoot = "source/b3sum";
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0qw7sr817lmj9xicc03cj1k49lwjwc1whllc7sj2g4c0nl2vndir";
cargoSha256 = "1rqhz2r60603mylazn37mkm783qb7qhjcg8cqss0iy1g752f3f2i";
verifyCargoDeps = false;
cargoPatches = [ ./add-cargo-lock.patch ];