Update cryptokit to version 1.9
This commit is contained in:
parent
389da8b64c
commit
cd2fd2a401
@ -2,16 +2,14 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
||||||
version = "1.7";
|
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cryptokit-${version}";
|
name = "cryptokit-1.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://forge.ocamlcore.org/frs/download.php/1166/" +
|
url = http://forge.ocamlcore.org/frs/download.php/1166/cryptokit-1.9.tar.gz;
|
||||||
"cryptokit-${version}.tar.gz";
|
sha256 = "1jh0jqiwkjy9qplnfcm5r25zdgyk36sxb0c87ks3rjj7khrw1a2n";
|
||||||
sha256 = "56a8c0339c47ca3cf43c8881d5b519d3bff68bc8a53267e9c5c9cbc9239600ca";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [zlib ocaml findlib ncurses];
|
buildInputs = [zlib ocaml findlib ncurses];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user