ocamlPackages.tls: 0.12.1 → 0.12.2
This commit is contained in:
parent
48faedc336
commit
ccc6486b36
@ -4,14 +4,14 @@
|
|||||||
, hacl_x25519, fiat-p256, hkdf, logs, alcotest }:
|
, hacl_x25519, fiat-p256, hkdf, logs, alcotest }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
minimumOCamlVersion = "4.07";
|
minimumOCamlVersion = "4.08";
|
||||||
|
|
||||||
version = "0.12.1";
|
version = "0.12.2";
|
||||||
pname = "tls";
|
pname = "tls";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-v${version}.tbz";
|
url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-v${version}.tbz";
|
||||||
sha256 = "09jhzjhni3il5bmy2c6gylmg9s45ppckjc7nm5nyg5dbm699cwxg";
|
sha256 = "1wpgs0cd79wl4lnn1i44xjn8prha793nrbyv68zjiqpq3gmpyy3k";
|
||||||
};
|
};
|
||||||
|
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user