ocaml-text: 0.6 -> 0.7.1

+3 -3
+3 -3
pkgs/development/ocaml-modules/ocaml-text/default.nix
··· 1 1 {stdenv, fetchurl, libiconv, ocaml, findlib, ncurses}: 2 2 3 3 stdenv.mkDerivation { 4 - name = "ocaml-text-0.6"; 4 + name = "ocaml-text-0.7.1"; 5 5 6 6 src = fetchurl { 7 - url = https://forge.ocamlcore.org/frs/download.php/937/ocaml-text-0.6.tar.gz; 8 - sha256 = "0j8gaak0ajnlmn8knvfygqwwzs7awjv5rfn5cbj6qxqbxhjd5m6g"; 7 + url = "https://github.com/vbmithr/ocaml-text/archive/0.7.1.tar.gz"; 8 + sha256 = "0dn096q9gjfj7ibj237mb7lq0742a760zawka6i064qns727qwrg"; 9 9 }; 10 10 11 11 buildInputs = [ocaml findlib ncurses libiconv];