mdbook: 0.1.8 -> 0.3.1

Last update was over a year ago and the project has progressed a lot
in between. This moves the derivation to the latest tagged version.
This commit is contained in:
Vincent Ambo 2019-08-04 01:08:50 +01:00
parent 525eaf407d
commit e19185e298

View file

@ -2,16 +2,16 @@
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 ];