From 9f8b5e80eeff9aa06d1cdc5635a75090c2962ef0 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Sun, 16 Feb 2020 16:51:53 -0500 Subject: [PATCH] ytop: upgrade cargo fetcher and cargoSha256 Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully. --- pkgs/tools/system/ytop/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/tools/system/ytop/default.nix b/pkgs/tools/system/ytop/default.nix index 8732bf88ad7..79dcf41b722 100644 --- a/pkgs/tools/system/ytop/default.nix +++ b/pkgs/tools/system/ytop/default.nix @@ -15,10 +15,7 @@ rustPlatform.buildRustPackage rec { buildInputs = stdenv.lib.optionals stdenv.isDarwin [ IOKit ]; - # Delete this on next update; see #79975 for details - legacyCargoFetcher = true; - - cargoSha256 = "11pcchwahcwdvmfwfs6j2zg23grlw538wfs90mvqy2mpccj7d3ys"; + cargoSha256 = "0c4xp63fm1n7x8brmx7avqjvcbqi32k6x5ps7h0fh0ign452y7fz"; verifyCargoDeps = true; meta = with stdenv.lib; {