Merge pull request #237388 from r-ryantm/auto-update/mdbook-toc

mdbook-toc: 0.9.0 -> 0.12.0

authored by figsoda and committed by GitHub 44362951 fbb732ae

+3 -3
+3 -3
pkgs/tools/text/mdbook-toc/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "mdbook-toc"; 5 - version = "0.9.0"; 6 7 src = fetchFromGitHub { 8 owner = "badboy"; 9 repo = pname; 10 rev = version; 11 - sha256 = "sha256-7JpMBQqglLn33HwMBuIR5Hc0ISmzLPjQXGJVRwwl4OU="; 12 }; 13 14 - cargoSha256 = "sha256-Vj9DSjJtkexKly8IWlGEQkVrjSHcK1/2i+2g2Ht0eUo="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "mdbook-toc"; 5 + version = "0.12.0"; 6 7 src = fetchFromGitHub { 8 owner = "badboy"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-3lAi9ZNtwhA2OtIR4tN2wiztp3pnRxtaGG0MwGEk0u0="; 12 }; 13 14 + cargoHash = "sha256-l3ETQ/ARBZmU1wMCK6F/4g6tlxHsEV9D5LO1wue1Jps="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; 17