about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-raze
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-03-08 22:15:25 -0400
committerGitHub <noreply@github.com>2020-03-08 22:15:25 -0400
commit0696641d9f3801d8263567608007391d1a1d64df (patch)
treed11eee11d1f12af37aebf3ee724584083ce89eca /pkgs/development/tools/rust/cargo-raze
parent98493add79d048438b51150ec9a56649b04dcfad (diff)
downloadnixlib-0696641d9f3801d8263567608007391d1a1d64df.tar
nixlib-0696641d9f3801d8263567608007391d1a1d64df.tar.gz
nixlib-0696641d9f3801d8263567608007391d1a1d64df.tar.bz2
nixlib-0696641d9f3801d8263567608007391d1a1d64df.tar.lz
nixlib-0696641d9f3801d8263567608007391d1a1d64df.tar.xz
nixlib-0696641d9f3801d8263567608007391d1a1d64df.tar.zst
nixlib-0696641d9f3801d8263567608007391d1a1d64df.zip
cargo-raze: upgrade cargo fetcher and cargoSha256 (#82091)
Diffstat (limited to 'pkgs/development/tools/rust/cargo-raze')
-rw-r--r--pkgs/development/tools/rust/cargo-raze/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/tools/rust/cargo-raze/default.nix b/pkgs/development/tools/rust/cargo-raze/default.nix
index 48579e431064..f892263dd690 100644
--- a/pkgs/development/tools/rust/cargo-raze/default.nix
+++ b/pkgs/development/tools/rust/cargo-raze/default.nix
@@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
   };
   sourceRoot = "source/impl";
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "06rl7v0f1lgj9ii07fcnaxmhn28ckr03cpf5b93q8ripm5qh7my9";
+  cargoSha256 = "1z20xc508a3slc1ii3hy09swvlyib14zwf9akxc0h24d5m48as1c";
 
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ curl libgit2 openssl ]