ocamlPackages.ppx_derivers: 1.2 -> 1.2.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-ppx_derivers/versions
This commit is contained in:
R. RyanTM 2019-05-05 11:37:30 -07:00
parent c87f3820e5
commit 8d9e99992e

View File

@ -2,7 +2,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "ppx_derivers"; pname = "ppx_derivers";
version = "1.2"; version = "1.2.1";
minimumOCamlVersion = "4.02"; minimumOCamlVersion = "4.02";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "diml"; owner = "diml";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0bnhihl1w31as5w2czly1v3d6pbir9inmgsjg2cj6aaj9v1dzd85"; sha256 = "0yqvqw58hbx1a61wcpbnl9j30n495k23qmyy2xwczqs63mn2nkpn";
}; };
meta = { meta = {