Skip to content

Commit d139cb6

Browse files
committed
1 parent 89a0c1b commit d139cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/md/mdbook/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
installShellFiles,
1010
}:
1111
let
12-
version = "0.4.47";
12+
version = "0.4.48";
1313
in
1414
rustPlatform.buildRustPackage rec {
1515
inherit version;
@@ -19,11 +19,11 @@ rustPlatform.buildRustPackage rec {
1919
owner = "rust-lang";
2020
repo = "mdBook";
2121
tag = "v${version}";
22-
hash = "sha256-XTvC2pGRVat0kOybNb9TziG32wDVexnFx2ahmpUFmaA=";
22+
hash = "sha256-ZCV8BSoaYIhNZV3Spsd7rsp8D2zTZSdWMuicQrgax2I=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-ASPRBAB+elJuyXpPQBm3WI97wD3mjoO1hw0fNHc+KAw=";
26+
cargoHash = "sha256-ZpfzAzqVL7/GaI4C7X0UqZAPFT/Y/OCQ53wDcmgM2zI=";
2727

2828
nativeBuildInputs = [ installShellFiles ];
2929

0 commit comments

Comments
 (0)