mdbook: 0.4.35 -> 0.4.36

Changes: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0436
This commit is contained in:
Sergei Trofimovich 2023-11-30 08:37:28 +00:00
parent c67a44307a
commit 128f0f8ade

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mdbook";
version = "0.4.35";
version = "0.4.36";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "mdBook";
rev = "refs/tags/v${version}";
sha256 = "sha256-oplR34M2PbcIwrfIkA4Ttk2zt3ve883TfXGIDnfJt/4=";
sha256 = "sha256-QQSGnOWRx5KK9eJP759E1V9zFVzvRol5bdJfD9mDr5g=";
};
cargoHash = "sha256-D0XhrweO0A1+81Je4JZ0lmnbIHstNvefpmogCyB4FEE=";
cargoHash = "sha256-IlD4YI7jsWZw0Dn1PoljmhuIOqejva8HMhU4ULy32yE=";
nativeBuildInputs = [ installShellFiles ];