Merge pull request #63317 from r-ryantm/auto-update/ocaml4.06.1-ppxfind

ocamlPackages.ppxfind: 1.2 -> 1.3
This commit is contained in:
Mario Rodas 2019-06-20 06:01:20 -05:00 committed by GitHub
commit 238259947b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
buildDunePackage rec {
pname = "ppxfind";
version = "1.2";
version = "1.3";
src = fetchurl {
url = "https://github.com/diml/ppxfind/releases/download/${version}/ppxfind-${version}.tbz";
sha256 = "1687jbgii5w5dvvid3ri2cx006ysv0rrspn8dz8x7ma8615whz2h";
sha256 = "1r4jp0516378js62ss50a9s8ql2pm8lfdd3mnk214hp7s0kb17fl";
};
minimumOCamlVersion = "4.03";