ocamlPackages.ppx_deriving: 4.4.1 -> 4.5
This commit is contained in:
parent
6e9bb30566
commit
8c57cfff10
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ppx_deriving";
|
pname = "ppx_deriving";
|
||||||
version = "4.4.1";
|
version = "4.5";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/ocaml-ppx/ppx_deriving/archive/v${version}.tar.gz";
|
url = "https://github.com/ocaml-ppx/ppx_deriving/archive/v${version}.tar.gz";
|
||||||
sha256 = "1map50w2a35y83bcd19p9yakdkhp04z5as2j2wlygi0b6s0a9vba";
|
sha256 = "1v2xldag54n0xk69vv3j4nln9bzkkpq3rildq118sydzsc9v239z";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ppxfind cppo ounit ];
|
buildInputs = [ ppxfind cppo ounit ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user