summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/amber
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-16 16:48:38 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-02-16 16:48:38 -0500
commitc917e7cbc63568fc14c8794c6daad7bbf80ed874 (patch)
tree493fd0566a861ff3e8af02a4c267acd98326293b /pkgs/tools/text/amber
parent56c4800e7f9d57b102bb53326f24c10847cec8a1 (diff)
amber: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
Diffstat (limited to 'pkgs/tools/text/amber')
-rw-r--r--pkgs/tools/text/amber/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/text/amber/default.nix b/pkgs/tools/text/amber/default.nix
index 95ffc592bfe1..70bfaafbcec9 100644
--- a/pkgs/tools/text/amber/default.nix
+++ b/pkgs/tools/text/amber/default.nix
@@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0k70rk19hwdlhhqm91x12xcb8r09kzpijs0xwhplrwdh86qfxymx";
};
- # Delete this on next update; see #79975 for details
- legacyCargoFetcher = true;
-
- cargoSha256 = "0hh3sgcdcp0llgf3i3dysrr3vry3fv3fzzf44ad1953d5mnyhvap";
+ cargoSha256 = "0g8n3r6bdsfl1417wnss3ggnv5ywz8mx53hjglshmln40552znh3";
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;