ocamlPackages.ocurl: 0.9.0 → 0.9.1

This commit is contained in:
Vincent Laporte 2020-05-11 08:42:26 +02:00 committed by Vincent Laporte
parent d7c0d31429
commit 873e114cf4
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ then throw "ocurl is not available for OCaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
name = "ocurl-0.9.0";
name = "ocurl-0.9.1";
src = fetchurl {
url = "http://ygrek.org.ua/p/release/ocurl/${name}.tar.gz";
sha256 = "0v5qzfazaynjv1xy3ds2z5iz0np5mz8g831l91l1mrqz6fr1ah0f";
sha256 = "0n621cxb9012pj280c7821qqsdhypj8qy9qgrah79dkh6a8h2py6";
};
buildInputs = [ pkgconfig ocaml findlib ncurses ];