summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/sd
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-16 16:54:39 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-02-16 16:54:39 -0500
commit8f818022a6f1a37ed03f576f6c9768dad5e0e3d4 (patch)
tree636a04309db18e2e439e84eb8abe3fe84b46e89f /pkgs/tools/text/sd
parent56c4800e7f9d57b102bb53326f24c10847cec8a1 (diff)
sd: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
Diffstat (limited to 'pkgs/tools/text/sd')
-rw-r--r--pkgs/tools/text/sd/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/text/sd/default.nix b/pkgs/tools/text/sd/default.nix
index 889dde46dead..1b6e4d945d42 100644
--- a/pkgs/tools/text/sd/default.nix
+++ b/pkgs/tools/text/sd/default.nix
@@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1vxljmd1vh245yhv095i3l44pk915zr2pix4v9r8pz2fynp2nnmj";
};
- # Delete this on next update; see #79975 for details
- legacyCargoFetcher = true;
-
- cargoSha256 = "1shqphbpn3ib28hnyib7mh1i5q56nshj864jm209s8qggbp96wp1";
+ cargoSha256 = "0n4c0snmjfyk3z2mbzpqgb6ggyv4nqszdda035g3rzpbavzx9xb5";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];