aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/ocurl
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2016-10-01 14:05:09 +0200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2016-10-01 14:15:15 +0200
commit07c0c2b19729c4232605bcc7f82768de4ac76d0f (patch)
tree05c328a2e01f563cf137086abdf1786754155baa /pkgs/development/ocaml-modules/ocurl
parentd9c6879ae277c5474987b01e655329f25ef16b33 (diff)
ocurl: 0.7.5 -> 0.7.8
Diffstat (limited to 'pkgs/development/ocaml-modules/ocurl')
-rw-r--r--pkgs/development/ocaml-modules/ocurl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ocurl/default.nix b/pkgs/development/ocaml-modules/ocurl/default.nix
index d711bae0f34..974779e473f 100644
--- a/pkgs/development/ocaml-modules/ocurl/default.nix
+++ b/pkgs/development/ocaml-modules/ocurl/default.nix
@@ -1,7 +1,7 @@
{ stdenv, ocaml, findlib, fetchurl, curl, ncurses }:
stdenv.mkDerivation rec {
- name = "ocurl-0.7.5";
+ name = "ocurl-0.7.8";
src = fetchurl {
url = "https://forge.ocamlcore.org/frs/download.php/1463/${name}.tar.bz2";
sha256 = "0yn7f3g5wva8nqxh76adpq9rihggc405jkqysfghzwnf3yymyqrr";