about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocurl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 19:45:34 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 19:45:34 -0700
commitfe3ac4136883c58fbaf0d25bb301712331927f78 (patch)
tree7a662458d60ee73b93c5f98bd1e4ee94f5f94fc8 /pkgs/development/ocaml-modules/ocurl
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
ocamlPackages.ocurl: 0.8.1 -> 0.8.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocurl/versions
Diffstat (limited to 'pkgs/development/ocaml-modules/ocurl')
-rw-r--r--pkgs/development/ocaml-modules/ocurl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocurl/default.nix b/pkgs/development/ocaml-modules/ocurl/default.nix
index 4b6bea31b40ce..0b90cd4b6aadc 100644
--- a/pkgs/development/ocaml-modules/ocurl/default.nix
+++ b/pkgs/development/ocaml-modules/ocurl/default.nix
@@ -1,10 +1,10 @@
 { stdenv, pkgconfig, ocaml, findlib, fetchurl, curl, ncurses }:
 
 stdenv.mkDerivation rec {
-  name = "ocurl-0.8.1";
+  name = "ocurl-0.8.2";
   src = fetchurl {
     url = "http://ygrek.org.ua/p/release/ocurl/${name}.tar.gz";
-    sha256 = "08ldzbx1k3mbjc01fmzsn86ll4paf331bcjss6iig6y6hgc9q3ry";
+    sha256 = "1ax3xdlzgb1zg7d0wr9nwgmh6a45a764m0wk8p6mx07ad94hz0q9";
   };
 
   buildInputs = [ pkgconfig ocaml findlib ncurses ];