about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-29 20:08:54 -0500
committerGitHub <noreply@github.com>2020-02-29 20:08:54 -0500
commit4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b (patch)
tree155c9157bfebb03fc1dcdad6d330a03a81855f3e /pkgs/development/tools
parent4d9c956d61628ca1e99396829f5b82b6fbe8c299 (diff)
parentcfa3100d18bb19ff30e5fa59aba7f5b38c69208a (diff)
downloadnixlib-4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b.tar
nixlib-4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b.tar.gz
nixlib-4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b.tar.bz2
nixlib-4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b.tar.lz
nixlib-4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b.tar.xz
nixlib-4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b.tar.zst
nixlib-4743f3f5a07649b4fbbf6f096c4a6cb3fbda622b.zip
Merge pull request #81391 from bhipple/u/rust-cargo-cargo-inspect
cargo-inspect: upgrade cargo fetcher and cargoSha256
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/rust/cargo-inspect/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/tools/rust/cargo-inspect/default.nix b/pkgs/development/tools/rust/cargo-inspect/default.nix
index ccd9fd3e4879..34d45ac83c72 100644
--- a/pkgs/development/tools/rust/cargo-inspect/default.nix
+++ b/pkgs/development/tools/rust/cargo-inspect/default.nix
@@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "1pxvcf991w0jfxdissvwal5slrx7vpk3rqkzwk4hxfv0mjiqxsg5";
+  cargoSha256 = "0v7g9rkw7axy99vcfi7sy2pw7wnpq424jvd8xchcv8ghh8yw9lyc";
 
   meta = with lib; {
     description = "See what Rust is doing behind the curtains";