Skip to content

Commit

Permalink
amber: upgrade cargo fetcher and cargoSha256
Browse files Browse the repository at this point in the history
Infra upgrade as part of NixOS#79975; ran `nixpkgs-review wip` successfully.
  • Loading branch information
bhipple committed Feb 16, 2020
1 parent 56c4800 commit c917e7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/text/amber/default.nix
Expand Up @@ -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;

Expand Down

0 comments on commit c917e7c

Please sign in to comment.