cargo-geiger: upgrade cargo fetcher and cargoSha256 (#82087)

wip/yesman
Benjamin Hipple 4 years ago committed by GitHub
parent 6331093673
commit 0757551d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/tools/rust/cargo-geiger/default.nix

@ -15,10 +15,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0kvmjahyx5dcjhry2hkvcshi0lbgipfj0as74a3h3bllfvdfkkg0";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0aykhhxk416p237safmqh5dhwjgrhvgc6zikkmxi9rq567ypp914";
cargoSha256 = "0v50fkyf0a77l7whxalwnfqfi8lxy82z2gpd0fa0ib80qjla2n5z";
cargoPatches = [ ./cargo-lock.patch ];
# Multiple tests require internet connectivity, so they are disabled here.

Loading…
Cancel
Save