ocamlPackages.ocaml-migrate-parsetree: 1.0 -> 1.0.4

This commit is contained in:
Vincent Laporte 2017-08-25 19:27:19 +00:00
parent 58c0d63100
commit 96e1bca128

View file

@ -6,13 +6,13 @@ else
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-ocaml-migrate-parsetree-${version}";
version = "1.0";
version = "1.0.4";
src = fetchFromGitHub {
owner = "let-def";
repo = "ocaml-migrate-parsetree";
rev = "v${version}";
sha256 = "0j1d3scakny2b656gyz5z2h8987b5aqw7iwssxgfbhwcszn6sps4";
sha256 = "0xwjll827anqngnqy746m2pd44mkhsaaqaqbir6z91xcqix2isvy";
};
buildInputs = [ ocaml findlib ocamlbuild jbuilder ];