Merge pull request #67013 from r-ryantm/auto-update/ocaml4.06.1-ppxlib

ocamlPackages.ppxlib: 0.6.0 -> 0.8.1
This commit is contained in:
Marek Mahut 2019-08-20 21:03:11 +02:00 committed by GitHub
commit 23e67a6a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
buildDunePackage rec {
pname = "ppxlib";
version = "0.6.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "ocaml-ppx";
repo = pname;
rev = version;
sha256 = "0my9x7sxb329h0lzshppdaawiyfbaw6g5f41yiy7bhl071rnlvbv";
sha256 = "0vm0jajmg8135scbg0x60ivyy5gzv4abwnl7zls2mrw23ac6kml6";
};
propagatedBuildInputs = [