summary refs log tree commit diff
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-16 16:05:21 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-02-16 16:05:21 -0500
commit940e6968f1ec155e242b27bcfd0618a5ab9a9ee0 (patch)
tree7cc4d0b38cccda2efcefd68f1e4fbac35f401b22 /pkgs/tools/nix
parent56c4800e7f9d57b102bb53326f24c10847cec8a1 (diff)
downloadnixpkgs-940e6968f1ec155e242b27bcfd0618a5ab9a9ee0.tar
nixpkgs-940e6968f1ec155e242b27bcfd0618a5ab9a9ee0.tar.gz
nixpkgs-940e6968f1ec155e242b27bcfd0618a5ab9a9ee0.tar.bz2
nixpkgs-940e6968f1ec155e242b27bcfd0618a5ab9a9ee0.tar.lz
nixpkgs-940e6968f1ec155e242b27bcfd0618a5ab9a9ee0.tar.xz
nixpkgs-940e6968f1ec155e242b27bcfd0618a5ab9a9ee0.tar.zst
nixpkgs-940e6968f1ec155e242b27bcfd0618a5ab9a9ee0.zip
nixdoc: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
Diffstat (limited to 'pkgs/tools/nix')
-rw-r--r--pkgs/tools/nix/nixdoc/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/nix/nixdoc/default.nix b/pkgs/tools/nix/nixdoc/default.nix
index 4f64750892a..6ea28dbea2b 100644
--- a/pkgs/tools/nix/nixdoc/default.nix
+++ b/pkgs/tools/nix/nixdoc/default.nix
@@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs =  stdenv.lib.optional stdenv.isDarwin [ darwin.Security ];
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "1hy8w73fir4wnqx7zfvfqh7s24w95x9nkw55kmizvrwf0glw9m4n";
+  cargoSha256 = "1vamwynkbnffs8ryr2zb1a41cymjvr8zzh1bifyh9hpkx2k11rs3";
 
   meta = with stdenv.lib; {
     description = "Generate documentation for Nix functions";