Skip to content

Commit

Permalink
Merge pull request NixOS#80314 from bhipple/u/rust-cargo-xsv
Browse files Browse the repository at this point in the history
xsv: upgrade cargo fetcher and cargoSha256
  • Loading branch information
dywedir committed Feb 17, 2020
2 parents 02371d9 + 0504571 commit b92d2ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/text/xsv/default.nix
Expand Up @@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "17v1nw36mrarrd5yv4xd3mpc1d7lvhd5786mqkzyyraf78pjg045";
};

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

cargoSha256 = "1xlbszr9ccv924ww45lnc0qqb7nxj2cnc41480xbpvsdqsdrgbhs";
cargoSha256 = "1q59nvklh5r2mrsz656z6js3j2l6rqyhfz6l0yq28df5kyahk91b";

buildInputs = stdenv.lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit b92d2ce

Please sign in to comment.