svgbob: upgrade cargo fetcher and cargoSha256

This commit is contained in:
Benjamin Hipple 2020-03-08 23:06:26 -04:00
parent f32e17d802
commit aa86eb9261

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;