about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-27 22:31:56 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-02-27 22:31:56 -0500
commit07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377 (patch)
treeeb788e188696bb7e267bdd954681d777d602a6b4 /pkgs/tools/graphics
parent572a63faf8d63332f31c6318c3fc510821dc9fbc (diff)
downloadnixlib-07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377.tar
nixlib-07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377.tar.gz
nixlib-07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377.tar.bz2
nixlib-07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377.tar.lz
nixlib-07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377.tar.xz
nixlib-07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377.tar.zst
nixlib-07f35e7aeeaa622c44e2c5f6ec6c29f2f57dd377.zip
shotgun: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/shotgun/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/graphics/shotgun/default.nix b/pkgs/tools/graphics/shotgun/default.nix
index f5dba34202e4..aa9fbf55d86c 100644
--- a/pkgs/tools/graphics/shotgun/default.nix
+++ b/pkgs/tools/graphics/shotgun/default.nix
@@ -15,10 +15,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "tJnF1X+NI1hP0J/n3rGy8TD/yIveqRPVlJvJvn0C7Do=";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "TL2WehcCwygLMVVrBHOX1HgVtDhgVsIgUeiadEjCj1o=";
+  cargoSha256 = "0sbhij8qh9n05nzhp47dm46hbc59awar515f9nhd3wvahwz53zam";
 
   meta = with lib; {
     description = "Minimal X screenshot utility";