Skip to content

Commit

Permalink
Merge pull request #81245 from bhipple/u/rust-cargo-findomain
Browse files Browse the repository at this point in the history
findomain: upgrade cargo fetcher and cargoSha256
  • Loading branch information
Ma27 committed Feb 28, 2020
2 parents 3a3ccb1 + e0b072a commit 01d51ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/networking/findomain/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1hqvs6h6cfimg0y6hggnmc0mlddajwmh3h36n160n6imq0lfixka";
};

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "0brkza04b38hcjjmqz4bkd8gj0n0mrh0p7427007f5xlnhj7hrn4";
cargoSha256 = "1agijiq9cxpla2szy0j1n74dpvfsw63pgdscjidr8c00c088pw7g";

nativeBuildInputs = [ installShellFiles perl ];
buildInputs = lib.optional stdenv.isDarwin Security;
Expand Down

0 comments on commit 01d51ae

Please sign in to comment.