ocaml-ppx_tools: 4.02.3 -> 5.0+4.02
This commit is contained in:
parent
8724b716c6
commit
51fd238d80
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchzip, ocaml, findlib }:
|
{ stdenv, fetchzip, ocaml, findlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-ppx_tools-4.02.3";
|
name = "ocaml-ppx_tools-5.0+4.02";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = https://github.com/alainfrisch/ppx_tools/archive/v4.02.3.tar.gz;
|
url = https://github.com/alainfrisch/ppx_tools/archive/5.0+4.02.0.tar.gz;
|
||||||
sha256 = "0varkd93hgrarwwkrjp2yy735q7jqzba75sskyanmvkb576wpcxv";
|
sha256 = "16drjk0qafjls8blng69qiv35a84wlafpk16grrg2i3x19p8dlj8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ];
|
buildInputs = [ ocaml findlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user