mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 06:18:22 +00:00
ppx_deriving_yojson: 3.5.1 -> 3.5.2 (#82085)
This commit is contained in:
parent
1be9d1e8b0
commit
7698d73303
@ -4,7 +4,7 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "ppx_deriving_yojson";
|
||||
version = "3.5.1";
|
||||
version = "3.5.2";
|
||||
|
||||
minimumOCamlVersion = "4.04";
|
||||
|
||||
@ -12,7 +12,7 @@ buildDunePackage rec {
|
||||
owner = "ocaml-ppx";
|
||||
repo = "ppx_deriving_yojson";
|
||||
rev = "v${version}";
|
||||
sha256 = "13nscby635vab9jf5pl1wgmdmqw192nf2r26m3gr01hp3bpn38zh";
|
||||
sha256 = "1vbhmnhnj1aa4jrp8xqi52nggwj7vrml83z2j0r0qzvl65v02mc0";
|
||||
};
|
||||
|
||||
buildInputs = [ ppxfind ounit ];
|
||||
|
Loading…
Reference in New Issue
Block a user