We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a38a2a + d139cb6 commit ada5386Copy full SHA for ada5386
pkgs/by-name/md/mdbook/package.nix
@@ -9,7 +9,7 @@
9
installShellFiles,
10
}:
11
let
12
- version = "0.4.47";
+ version = "0.4.48";
13
in
14
rustPlatform.buildRustPackage rec {
15
inherit version;
@@ -19,11 +19,11 @@ rustPlatform.buildRustPackage rec {
19
owner = "rust-lang";
20
repo = "mdBook";
21
tag = "v${version}";
22
- hash = "sha256-XTvC2pGRVat0kOybNb9TziG32wDVexnFx2ahmpUFmaA=";
+ hash = "sha256-ZCV8BSoaYIhNZV3Spsd7rsp8D2zTZSdWMuicQrgax2I=";
23
};
24
25
useFetchCargoVendor = true;
26
- cargoHash = "sha256-ASPRBAB+elJuyXpPQBm3WI97wD3mjoO1hw0fNHc+KAw=";
+ cargoHash = "sha256-ZpfzAzqVL7/GaI4C7X0UqZAPFT/Y/OCQ53wDcmgM2zI=";
27
28
nativeBuildInputs = [ installShellFiles ];
29
0 commit comments