From c580dfc0cee3a201521df41ce4c8adbdecd971c0 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Sat, 29 Feb 2020 06:49:19 -0500 Subject: [PATCH] viu: upgrade cargo fetcher and cargoSha256 (#81240) Infra upgrade as part of #79975; no functional change expected. --- pkgs/tools/graphics/viu/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/tools/graphics/viu/default.nix b/pkgs/tools/graphics/viu/default.nix index 2ad33b8eef9..dcb95ecc553 100644 --- a/pkgs/tools/graphics/viu/default.nix +++ b/pkgs/tools/graphics/viu/default.nix @@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec { sha256 = "0p4ibvv0qrflqdc2bi9rjn7yhn01ncxrpqpxmh8cbq67rbvm7jnx"; }; - # Delete this on next update; see #79975 for details - legacyCargoFetcher = true; - - cargoSha256 = "1h9dm2hhld2079dnx4x5nzkn3ivk6g5ijhv49jxnc200mx4mr1s5"; + cargoSha256 = "1wvqln3xr192ml9gfzfv6qdv59g654xyaw15d790sysm82gd0inz"; meta = with lib; { description = "A command-line application to view images from the terminal written in Rust";