ocamlPackages.ppx_gen_rec: 1.0.0 -> 1.1.0

This commit is contained in:
Mario Rodas 2019-11-27 04:23:00 -05:00
parent ae7a96b10f
commit 1cda2f9992
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ppx_gen_rec";
version = "1.0.0";
version = "1.1.0";
minimumOCamlVersion = "4.01";
src = fetchurl {
url = "https://github.com/flowtype/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "0qy0wa3rd5yh1612jijadi1yddfslpsmmmf69phi2dhr3vmkhza7";
url = "https://github.com/flowtype/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
sha256 = "0fwi4bknq8h9zgpsarjvnzdm9bm8qlyyw0lz30pihg02aiiljqbh";
};
buildInputs = [ ocaml-migrate-parsetree ];