ocamlPackages.cryptokit: 1.11 -> 1.13
This commit is contained in:
parent
b18b70c74d
commit
2a9ef2fafc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user