about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-05-11 08:42:26 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-05-17 06:37:04 +0200
commit873e114cf49c739529f90cc1a04413f85a340b76 (patch)
tree014cc5c43053e20bd5fc0af4aa6afd34784f283f /pkgs/development/ocaml-modules
parentd7c0d31429931dc017801911818899c7a5e683b7 (diff)
downloadnixlib-873e114cf49c739529f90cc1a04413f85a340b76.tar
nixlib-873e114cf49c739529f90cc1a04413f85a340b76.tar.gz
nixlib-873e114cf49c739529f90cc1a04413f85a340b76.tar.bz2
nixlib-873e114cf49c739529f90cc1a04413f85a340b76.tar.lz
nixlib-873e114cf49c739529f90cc1a04413f85a340b76.tar.xz
nixlib-873e114cf49c739529f90cc1a04413f85a340b76.tar.zst
nixlib-873e114cf49c739529f90cc1a04413f85a340b76.zip
ocamlPackages.ocurl: 0.9.0 → 0.9.1
Diffstat (limited to 'pkgs/development/ocaml-modules')
-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 a1e524a86424..4c2e4ee6a301 100644
--- a/pkgs/development/ocaml-modules/ocurl/default.nix
+++ b/pkgs/development/ocaml-modules/ocurl/default.nix
@@ -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 ];