mdbook: 0.4.45 -> 0.4.47 (#389360)

authored by Matthias Beyer and committed by GitHub fd936de9 3080d5d5

+3 -3
+3 -3
pkgs/by-name/md/mdbook/package.nix
··· 9 9 installShellFiles, 10 10 }: 11 11 let 12 - version = "0.4.45"; 12 + version = "0.4.47"; 13 13 in 14 14 rustPlatform.buildRustPackage rec { 15 15 inherit version; ··· 19 19 owner = "rust-lang"; 20 20 repo = "mdBook"; 21 21 tag = "v${version}"; 22 - hash = "sha256-LgjJUz1apE1MejVjl4/5O6ISpnGkBXY33g6xfoukZxA="; 22 + hash = "sha256-XTvC2pGRVat0kOybNb9TziG32wDVexnFx2ahmpUFmaA="; 23 23 }; 24 24 25 25 cargoDeps = rustPlatform.fetchCargoVendor { 26 26 inherit pname version src; 27 27 allowGitDependencies = false; 28 - hash = "sha256-+7fC6cq6NQIUPtmNc5S5y4lRIS47v0tg1ru/AAYA6TM="; 28 + hash = "sha256-ASPRBAB+elJuyXpPQBm3WI97wD3mjoO1hw0fNHc+KAw="; 29 29 }; 30 30 31 31 nativeBuildInputs = [ installShellFiles ];