aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/cryptokit
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-04 16:13:21 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-04 16:15:02 +0000
commit2a9ef2fafc7b58618620fe3d9e41184783e7f68b (patch)
treefeaf682458ce7baed48669513ed2680bf76d9c8d /pkgs/development/ocaml-modules/cryptokit
parentb18b70c74d5a2eadde6985ee9b2fac3411374eb5 (diff)
ocamlPackages.cryptokit: 1.11 -> 1.13
Diffstat (limited to 'pkgs/development/ocaml-modules/cryptokit')
-rw-r--r--pkgs/development/ocaml-modules/cryptokit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/cryptokit/default.nix b/pkgs/development/ocaml-modules/cryptokit/default.nix
index 58fbc8133624..412146244278 100644
--- a/pkgs/development/ocaml-modules/cryptokit/default.nix
+++ b/pkgs/development/ocaml-modules/cryptokit/default.nix
@@ -5,9 +5,9 @@ assert stdenv.lib.versionAtLeast ocaml.version "3.12";
let param =
if stdenv.lib.versionAtLeast ocaml.version "4.02"
then {
- version = "1.11";
- url = http://forge.ocamlcore.org/frs/download.php/1618/cryptokit-1.11.tar.gz;
- sha256 = "1c1vn15lf2b5a8nfa2v2brxm7bwby540nf6q0vkndgkq5qcw96j8";
+ version = "1.13";
+ url = https://github.com/xavierleroy/cryptokit/archive/release113.tar.gz;
+ sha256 = "1f4jjnp2a911nqw0hbijyv9vygkk6kw5zx75qs49hfm3by6ij8rq";
inherit zarith;
} else {
version = "1.10";