Merge pull request #8669 from ts468/upstream.ocaml_text
ocaml-text: 0.6 -> 0.7.1
This commit is contained in:
commit
783975bbb5
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, libiconv, ocaml, findlib, ncurses}:
|
{stdenv, fetchurl, libiconv, ocaml, findlib, ncurses}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-text-0.6";
|
name = "ocaml-text-0.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://forge.ocamlcore.org/frs/download.php/937/ocaml-text-0.6.tar.gz;
|
url = "https://github.com/vbmithr/ocaml-text/archive/0.7.1.tar.gz";
|
||||||
sha256 = "0j8gaak0ajnlmn8knvfygqwwzs7awjv5rfn5cbj6qxqbxhjd5m6g";
|
sha256 = "0dn096q9gjfj7ibj237mb7lq0742a760zawka6i064qns727qwrg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib ncurses libiconv];
|
buildInputs = [ocaml findlib ncurses libiconv];
|
||||||
|
Loading…
Reference in New Issue
Block a user