forked from mirrors/nixpkgs
Merge pull request #90073 from r-ryantm/auto-update/ocaml4.10.0-ppx_deriving
ocamlPackages.ppx_deriving: 4.4.1 -> 4.5
This commit is contained in:
commit
8b2d48ea0a
|
@ -4,11 +4,11 @@
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "ppx_deriving";
|
||||
version = "4.4.1";
|
||||
version = "4.5";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/ocaml-ppx/ppx_deriving/archive/v${version}.tar.gz";
|
||||
sha256 = "1map50w2a35y83bcd19p9yakdkhp04z5as2j2wlygi0b6s0a9vba";
|
||||
sha256 = "1v2xldag54n0xk69vv3j4nln9bzkkpq3rildq118sydzsc9v239z";
|
||||
};
|
||||
|
||||
buildInputs = [ ppxfind cppo ounit ];
|
||||
|
|
Loading…
Reference in a new issue