forked from mirrors/nixpkgs
mdbook: 0.3.5 -> 0.3.6
This commit is contained in:
parent
9c3997e05a
commit
9280913df4
|
@ -2,22 +2,22 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "mdbook";
|
||||
version = "0.3.5";
|
||||
version = "0.3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rust-lang-nursery";
|
||||
repo = "mdBook";
|
||||
rev = "v${version}";
|
||||
sha256 = "0gcrv54iswphzxxkmak1c7pmmpakiri6jk50j4bxrsplwjr76f7n";
|
||||
sha256 = "07rpak233mi6ssqbpqsccn66a32jcgl90a5iyl2l5yyxw95rcya0";
|
||||
};
|
||||
|
||||
cargoSha256 = "12i9w9dgji36yvvdks0vkjjkh32nbnhz76sgrl2827pj49h9vnn0";
|
||||
cargoSha256 = "0aanngwx7k86fb11zjx4wx954md446nn8667f2plr6bkqmlpxlkr";
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Create books from MarkDown";
|
||||
homepage = https://github.com/rust-lang-nursery/mdbook;
|
||||
homepage = "https://github.com/rust-lang-nursery/mdbook";
|
||||
license = [ licenses.mpl20 ];
|
||||
maintainers = [ maintainers.havvy ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue