Merge pull request #82111 from bhipple/u/rust-cargo-svgbob

svgbob: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-03-08 22:30:17 -05:00 committed by GitHub
commit 3b2d42fcba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
sourceRoot = "source/svgbob_cli";
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0mnq1s809f394x83gjv9zljr07c94k48zkrwxs6ibi19shgmrnnd";
cargoSha256 = "1y9jsnxmz51zychmmzp6mi29pb5ks2qww7lk5bshkhp56v51sm8d";
# Test tries to build outdated examples
doCheck = false;