mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
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.mkDerivation {
|
||||
name = "ocaml-ppx_tools-0.99.2";
|
||||
name = "ocaml-ppx_tools-4.02.3";
|
||||
src = fetchzip {
|
||||
url = https://github.com/alainfrisch/ppx_tools/archive/ppx_tools_0.99.2.tar.gz;
|
||||
sha256 = "1m09r2sjcb37i4dyhpbk9n2wxkcvpib6bvairsird91fm9w0vqw7";
|
||||
url = https://github.com/alainfrisch/ppx_tools/archive/v4.02.3.tar.gz;
|
||||
sha256 = "0varkd93hgrarwwkrjp2yy735q7jqzba75sskyanmvkb576wpcxv";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml findlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user