3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Vincent Laporte 2017-07-25 16:50:12 +00:00
parent a3e6df6ee2
commit b285b85754

View file

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