Skip to content

Commit

Permalink
Merge pull request #65890 from tazjin/chore/bump-mdbook-0.3.1
Browse files Browse the repository at this point in the history
mdbook: 0.1.8 -> 0.3.1
  • Loading branch information
adisbladis authored Aug 6, 2019
2 parents f3ea1c8 + 52ffaef commit 6b135bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/text/mdbook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

rustPlatform.buildRustPackage rec {
name = "mdbook-${version}";
version = "0.1.8";
version = "0.3.1";

src = fetchFromGitHub {
owner = "rust-lang-nursery";
repo = "mdBook";
rev = "v${version}";
sha256 = "1xmw4v19ff6mvimwk5l437wslzw5npy60zdb8r4319bjf32pw9pn";
sha256 = "0py69267jbs6b7zw191hcs011cm1v58jz8mglqx3ajkffdfl3ghw";
};

cargoSha256 = "1xpsc4qff2lrq15mz1gvmw6n5vl88sfwpjbsnp5ja5k1im156lam";
cargoSha256 = "0qwhc42a86jpvjcaysmfcw8kmwa150lmz01flmlg74g6qnimff5m";

buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];

meta = with stdenv.lib; {
description = "Create books from MarkDown";
homepage = https://github.com/rust-lang-nursery/mdbook;
license = [ licenses.asl20 licenses.mit ];
license = [ licenses.mpl20 ];
maintainers = [ maintainers.havvy ];
platforms = platforms.all;
};
Expand Down

0 comments on commit 6b135bf

Please sign in to comment.