3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.ppx_deriving_yojson: 3.3 -> 3.5.1

This commit is contained in:
Maxime Dénès 2019-09-19 10:34:27 +02:00 committed by Vincent Laporte
parent b08ced9110
commit 4e626be87d

View file

@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "ppx_deriving_yojson";
version = "3.3";
version = "3.5.1";
minimumOCamlVersion = "4.04";
@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "ocaml-ppx";
repo = "ppx_deriving_yojson";
rev = "v${version}";
sha256 = "1gbfziw03r9azqlsmyn6izrgrf1xc30s88jgdany1kblpgq41rsz";
sha256 = "13nscby635vab9jf5pl1wgmdmqw192nf2r26m3gr01hp3bpn38zh";
};
buildInputs = [ ppxfind ounit ];