mdbook: 0.4.47 -> 0.4.48 (#395379)

This commit is contained in:
Weijia Wang 2025-04-06 20:23:49 +02:00 committed by GitHub
commit ada53860e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
installShellFiles, installShellFiles,
}: }:
let let
version = "0.4.47"; version = "0.4.48";
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
inherit version; inherit version;
@ -19,11 +19,11 @@ rustPlatform.buildRustPackage rec {
owner = "rust-lang"; owner = "rust-lang";
repo = "mdBook"; repo = "mdBook";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-XTvC2pGRVat0kOybNb9TziG32wDVexnFx2ahmpUFmaA="; hash = "sha256-ZCV8BSoaYIhNZV3Spsd7rsp8D2zTZSdWMuicQrgax2I=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-ASPRBAB+elJuyXpPQBm3WI97wD3mjoO1hw0fNHc+KAw="; cargoHash = "sha256-ZpfzAzqVL7/GaI4C7X0UqZAPFT/Y/OCQ53wDcmgM2zI=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];