ocamlPackages.mstruct: 1.3.3 -> 1.4.0

This commit is contained in:
Vincent Laporte 2018-01-05 18:36:07 +00:00 committed by Vincent Laporte
parent 34b4d41a84
commit 08492b31d1

View File

@ -7,14 +7,14 @@ then throw "mstruct is not available for OCaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
version = "1.3.3";
version = "1.4.0";
name = "ocaml${ocaml.version}-mstruct-${version}";
src = fetchFromGitHub {
owner = "mirage";
repo = "ocaml-mstruct";
rev = "v${version}";
sha256 = "1rxjzkg6156vl6yazbk1h0ndqj80wym5aliaapijf60apqqmsp4s";
sha256 = "1p4ygwzs3n1fj4apfib0z0sabpph21bkq1dgjk4bsa59pq4prncm";
};
buildInputs = [ ocaml findlib jbuilder opam ];