about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:13:55 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:23:29 +0200
commite105c818c6cc901edbff4a0c49027a7812d0efed (patch)
treedf5ebf1d5c3f4cb37c3e93719f6e64180de0beaa /pkgs/development/ocaml-modules
parent7476b76d1d6b6383c98f491b3a696c08129a8b59 (diff)
downloadnixlib-e105c818c6cc901edbff4a0c49027a7812d0efed.tar
nixlib-e105c818c6cc901edbff4a0c49027a7812d0efed.tar.gz
nixlib-e105c818c6cc901edbff4a0c49027a7812d0efed.tar.bz2
nixlib-e105c818c6cc901edbff4a0c49027a7812d0efed.tar.lz
nixlib-e105c818c6cc901edbff4a0c49027a7812d0efed.tar.xz
nixlib-e105c818c6cc901edbff4a0c49027a7812d0efed.tar.zst
nixlib-e105c818c6cc901edbff4a0c49027a7812d0efed.zip
ocamlPackages.ocaml_ssl: update from 0.4.4 to 0.4.7
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ssl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix
index 9a495002f1de..ad75b4a3dac0 100644
--- a/pkgs/development/ocaml-modules/ssl/default.nix
+++ b/pkgs/development/ocaml-modules/ssl/default.nix
@@ -2,7 +2,7 @@
 
 let
   ocaml_version = (builtins.parseDrvName ocaml.name).version;
-  version = "0.4.4";
+  version = "0.4.7";
 in
 
 stdenv.mkDerivation {
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "mirror://debian/pool/main/o/ocaml-ssl/ocaml-ssl_${version}.orig.tar.gz";
-    sha256 = "1m45d0bd4ndxswaa1symp6c1npzjmm9pz0nf7w0q15gflqhba5ch";
+    sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
   };
 
   buildInputs = [which openssl ocaml findlib];