3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #49210 from r-ryantm/auto-update/ocaml4.06.1-ocaml-migrate-parsetree

ocamlPackages.ocaml-migrate-parsetree: 1.0.11 -> 1.1.0
This commit is contained in:
Jörg Thalheim 2018-10-29 01:12:54 +00:00 committed by GitHub
commit f1ba745392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@ else
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-ocaml-migrate-parsetree-${version}";
version = "1.0.11";
version = "1.1.0";
src = fetchFromGitHub {
owner = "ocaml-ppx";
repo = "ocaml-migrate-parsetree";
rev = "v${version}";
sha256 = "05kbgs9n1x64fk6g3wbjnwjd17w10k3k8dzglnc45xg4hr7z651n";
sha256 = "1d2n349d1cqm3dr09mwy5m9rfd4bkkqvri5i94wknpsrr35vnrr1";
};
buildInputs = [ ocaml findlib ocamlbuild dune ];