ocamlPackages.ocaml-migrate-parsetree: 1.0.11 -> 1.1.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-ocaml-migrate-parsetree/versions
This commit is contained in:
R. RyanTM 2018-10-26 21:44:22 -07:00
parent ddebab3575
commit ab7172a326

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 ];