about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ssl
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 17:09:50 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 17:09:50 +0000
commit9e754a6f86eefe47332031b63eb0088c76f8a985 (patch)
tree8ec7264ba0ed0c2a69b87496c68283a2b0ba4e2d /pkgs/development/ocaml-modules/ssl
parenteeda400b300ab1252911820d149ae5dd1bffe9f1 (diff)
downloadnixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.gz
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.bz2
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.lz
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.xz
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.zst
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.zip
ocamlPackages.ssl: 0.5.3 -> 0.5.4
Diffstat (limited to 'pkgs/development/ocaml-modules/ssl')
-rw-r--r--pkgs/development/ocaml-modules/ssl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ssl/default.nix b/pkgs/development/ocaml-modules/ssl/default.nix
index 81b8c28b4524..3886af37512f 100644
--- a/pkgs/development/ocaml-modules/ssl/default.nix
+++ b/pkgs/development/ocaml-modules/ssl/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ocaml${ocaml.version}-ssl-${version}";
-  version = "0.5.3";
+  version = "0.5.4";
 
   src = fetchzip {
-    url = "https://github.com/savonet/ocaml-ssl/releases/download/0.5.3/ocaml-ssl-${version}.tar.gz";
-    sha256 = "0h2k19zpdvq1gqwrmmgkibw4j48l71vv6ajzxs0wi71y80c1vhwm";
+    url = "https://github.com/savonet/ocaml-ssl/releases/download/${version}/ocaml-ssl-${version}.tar.gz";
+    sha256 = "01sy3f94b463ff7dmkfsv67jh8g8h20wh7npjwqilniif7lgf4l3";
   };
 
   buildInputs = [which ocaml findlib];