ocamlPackages.ppxlib: 0.6.0 -> 0.8.1

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-ppxlib/versions
This commit is contained in:
R. RyanTM 2019-08-19 20:18:55 -07:00
parent ffbb4d26f9
commit 63bf4a7f17

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 = [