about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-02-28 20:20:31 +0100
committerGitHub <noreply@github.com>2020-02-28 20:20:31 +0100
commit01d51ae1478a81b27ef7b159daff63284f6f6735 (patch)
tree49493f0204dfd9525f1d98d6a1514ba6089fb041 /pkgs/tools/networking
parent3a3ccb106e0b96c568e0cc41edb90095de767c80 (diff)
parente0b072a36a86da7ab552fc2abbf68ffb5ca8ae33 (diff)
downloadnixlib-01d51ae1478a81b27ef7b159daff63284f6f6735.tar
nixlib-01d51ae1478a81b27ef7b159daff63284f6f6735.tar.gz
nixlib-01d51ae1478a81b27ef7b159daff63284f6f6735.tar.bz2
nixlib-01d51ae1478a81b27ef7b159daff63284f6f6735.tar.lz
nixlib-01d51ae1478a81b27ef7b159daff63284f6f6735.tar.xz
nixlib-01d51ae1478a81b27ef7b159daff63284f6f6735.tar.zst
nixlib-01d51ae1478a81b27ef7b159daff63284f6f6735.zip
Merge pull request #81245 from bhipple/u/rust-cargo-findomain
findomain: upgrade cargo fetcher and cargoSha256
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/findomain/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/networking/findomain/default.nix b/pkgs/tools/networking/findomain/default.nix
index b7dd84fd43c0..5f65d9194d19 100644
--- a/pkgs/tools/networking/findomain/default.nix
+++ b/pkgs/tools/networking/findomain/default.nix
@@ -18,10 +18,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "1hqvs6h6cfimg0y6hggnmc0mlddajwmh3h36n160n6imq0lfixka";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "0brkza04b38hcjjmqz4bkd8gj0n0mrh0p7427007f5xlnhj7hrn4";
+  cargoSha256 = "1agijiq9cxpla2szy0j1n74dpvfsw63pgdscjidr8c00c088pw7g";
 
   nativeBuildInputs = [ installShellFiles perl ];
   buildInputs = lib.optional stdenv.isDarwin Security;