ocaml-ppx_tools: 0.99.2 -> 4.02.3
This commit is contained in:
parent
13b8606241
commit
31247bc593
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchzip, ocaml, findlib }:
|
{ stdenv, fetchzip, ocaml, findlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-ppx_tools-0.99.2";
|
name = "ocaml-ppx_tools-4.02.3";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = https://github.com/alainfrisch/ppx_tools/archive/ppx_tools_0.99.2.tar.gz;
|
url = https://github.com/alainfrisch/ppx_tools/archive/v4.02.3.tar.gz;
|
||||||
sha256 = "1m09r2sjcb37i4dyhpbk9n2wxkcvpib6bvairsird91fm9w0vqw7";
|
sha256 = "0varkd93hgrarwwkrjp2yy735q7jqzba75sskyanmvkb576wpcxv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ];
|
buildInputs = [ ocaml findlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user