about summary refs log tree commit diff
path: root/pkgs/tools/misc/lorri
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-27 23:22:49 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-02-27 23:22:49 -0500
commit471d6854338acedefc23a1d11ef85cbe4e630c6d (patch)
tree38c5be639e878456b81cc96f773842f6cb9a3254 /pkgs/tools/misc/lorri
parent97306926fbbeb92d4ffc2f7d3c5cf8dc20ed81c4 (diff)
lorri: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
Diffstat (limited to 'pkgs/tools/misc/lorri')
-rw-r--r--pkgs/tools/misc/lorri/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/misc/lorri/default.nix b/pkgs/tools/misc/lorri/default.nix
index c4175f77d055a..7829a677b4319 100644
--- a/pkgs/tools/misc/lorri/default.nix
+++ b/pkgs/tools/misc/lorri/default.nix
@@ -31,10 +31,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "1415mhdr0pwvshs04clfz1ys76r5qf9jz8jchm63l6llaj6m7mrv";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "1kdpzbn3353yk7i65hll480fcy16wdvppdr6xgfh06x88xhim4mp";
+  cargoSha256 = "1iwd0cad8dp8q5xz2mm7zn1wphr5brkw937dfygc88afj6bv3d68";
   doCheck = false;
 
   BUILD_REV_COUNT = src.revCount or 1;