Skip to content

Commit

Permalink
ocamlPackages.ocurl: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed May 17, 2020
1 parent d7c0d31 commit 873e114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/ocurl/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 873e114

Please sign in to comment.