summary refs log tree commit diff
path: root/pkgs/tools/text/mdbook
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-02-17 20:13:10 -0500
committerJon <jonringer@users.noreply.github.com>2020-02-17 23:23:37 -0800
commit4b212b91afca7ba6354a499be765bee339d3a171 (patch)
treeb796c2eb486472e8b1c71e7007e452992b519275 /pkgs/tools/text/mdbook
parent0ded378b10a17d2e7525bcd2002e89e10ecd7967 (diff)
downloadnixpkgs-4b212b91afca7ba6354a499be765bee339d3a171.tar
nixpkgs-4b212b91afca7ba6354a499be765bee339d3a171.tar.gz
nixpkgs-4b212b91afca7ba6354a499be765bee339d3a171.tar.bz2
nixpkgs-4b212b91afca7ba6354a499be765bee339d3a171.tar.lz
nixpkgs-4b212b91afca7ba6354a499be765bee339d3a171.tar.xz
nixpkgs-4b212b91afca7ba6354a499be765bee339d3a171.tar.zst
nixpkgs-4b212b91afca7ba6354a499be765bee339d3a171.zip
mdbook: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
Diffstat (limited to 'pkgs/tools/text/mdbook')
-rw-r--r--pkgs/tools/text/mdbook/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/text/mdbook/default.nix b/pkgs/tools/text/mdbook/default.nix
index 6f9f8577501..2aad1755cff 100644
--- a/pkgs/tools/text/mdbook/default.nix
+++ b/pkgs/tools/text/mdbook/default.nix
@@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "0gcrv54iswphzxxkmak1c7pmmpakiri6jk50j4bxrsplwjr76f7n";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "00grlxjz61vxinr18f28ga6610yjxcq48lr75wmyc5wq317j12fn";
+  cargoSha256 = "12i9w9dgji36yvvdks0vkjjkh32nbnhz76sgrl2827pj49h9vnn0";
 
   buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];