ocamlPackages.ppx_deriving_yojson: 3.5.2 → 3.5.3
This commit is contained in:
parent
a93340d651
commit
2c564010aa
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ppx_deriving_yojson";
|
pname = "ppx_deriving_yojson";
|
||||||
version = "3.5.2";
|
version = "3.5.3";
|
||||||
|
|
||||||
minimumOCamlVersion = "4.04";
|
minimumOCamlVersion = "4.04";
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ buildDunePackage rec {
|
|||||||
owner = "ocaml-ppx";
|
owner = "ocaml-ppx";
|
||||||
repo = "ppx_deriving_yojson";
|
repo = "ppx_deriving_yojson";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vbhmnhnj1aa4jrp8xqi52nggwj7vrml83z2j0r0qzvl65v02mc0";
|
sha256 = "030638gp39mr4hkilrjhd98q4s8gjqxifm6fy6bwqrg74hmrl2y5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ppxfind ounit ];
|
buildInputs = [ ppxfind ounit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user