ocamlPackages.ppxlib: 0.5.0 -> 0.6.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-ppxlib/versions
This commit is contained in:
R. RyanTM 2019-05-05 11:24:04 -07:00
parent c87f3820e5
commit bdd85ebab4

View File

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