about summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-28 01:41:11 -0500
committerJon <jonringer@users.noreply.github.com>2020-02-28 00:24:54 -0800
commit6a54fd3acfc33e6d06af319e1359713f8c052b81 (patch)
tree6642fbe580810438c4c23778766e3ce3b4a095d4 /pkgs/applications/gis
parent38d58b29174e6b9b465108e0f3a78cac53715016 (diff)
whitebox-tools: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/whitebox-tools/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/gis/whitebox-tools/default.nix b/pkgs/applications/gis/whitebox-tools/default.nix
index 8ff2ed36fdc35..a10e62be46733 100644
--- a/pkgs/applications/gis/whitebox-tools/default.nix
+++ b/pkgs/applications/gis/whitebox-tools/default.nix
@@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "0zn4b4md3pn1rvb15rnz3zcx9a359x26nfy7zcfp7nx27ais13n5";
+  cargoSha256 = "13k21akyfqgamywj39bw73sldby1s02vyvxfglxbaqq1x96xcy4i";
 
   # failures: structures::polyline::test::test_polyline_split
   doCheck = false;