ocamlPackages.awa: 0.4.0 → 0.5.0

ocamlPackages.ca-certs-nss: 3.108 → 3.108-1
ocamlPackages.conduit: 7.1.0 → 8.0.0
ocamlPackages.dns: 9.1.0 → 10.0.0
ocamlPackages.git: 3.17.0 → 3.18.0
ocamlPackages.happy-eyeballs: 1.2.2 → 2.0.0
ocamlPackages.http-mirage-client: 0.0.8 → 0.0.10
ocamlPackages.letsencrypt: 1.0.0 → 1.1.0
ocamlPackages.paf: 0.7.0 → 0.8.0

+2 -2
pkgs/development/ocaml-modules/awa/default.nix
···
buildDunePackage rec {
pname = "awa";
-
version = "0.4.0";
+
version = "0.5.0";
minimalOCamlVersion = "4.10";
src = fetchurl {
url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
-
hash = "sha256-uATKGr+J18jBx5vErB93Q9+BCR7ezi1Q+ueQGolpybQ=";
+
hash = "sha256-SYSkhB43KmYaCEYGwFihMPLvh1Zr9xeWFio5atY19A8=";
};
propagatedBuildInputs = [
+4 -4
pkgs/development/ocaml-modules/awa/mirage.nix
···
mtime,
lwt,
mirage-flow,
-
mirage-clock,
+
mirage-sleep,
logs,
duration,
-
mirage-time,
+
mirage-mtime,
}:
buildDunePackage {
···
mtime
lwt
mirage-flow
-
mirage-clock
+
mirage-sleep
logs
duration
-
mirage-time
+
mirage-mtime
];
inherit (awa) meta;
+4 -4
pkgs/development/ocaml-modules/ca-certs-nss/default.nix
···
buildDunePackage,
fetchurl,
digestif,
-
mirage-clock,
+
mirage-ptime,
x509,
logs,
fmt,
···
buildDunePackage rec {
pname = "ca-certs-nss";
-
version = "3.108";
+
version = "3.108-1";
minimalOCamlVersion = "4.13";
src = fetchurl {
url = "https://github.com/mirage/ca-certs-nss/releases/download/v${version}/ca-certs-nss-${version}.tbz";
-
hash = "sha256-mRHj0vnWDPyCxya3K1qxREkF7eVac8LRY6gOJJdzFTM=";
+
hash = "sha256-soYi8sW1OrfznijCGYgFWY6gayguQs3/FcBXlC2FflY=";
};
propagatedBuildInputs = [
-
mirage-clock
+
mirage-ptime
x509
digestif
];
+2 -2
pkgs/development/ocaml-modules/conduit/default.nix
···
buildDunePackage rec {
pname = "conduit";
-
version = "7.1.0";
+
version = "8.0.0";
minimalOCamlVersion = "4.13";
src = fetchurl {
url = "https://github.com/mirage/ocaml-conduit/releases/download/v${version}/conduit-${version}.tbz";
-
hash = "sha256-WNIhigfnFwYCXeOMoCUyM+lw81tMrNN/cGlBtMvqV/c=";
+
hash = "sha256-CmPZEIZbVHOJOhcM2lH2E4j0iOz0xLLtf+nsTiz2b2E=";
};
propagatedBuildInputs = [
+6 -6
pkgs/development/ocaml-modules/conduit/mirage.nix
···
cstruct,
mirage-flow,
mirage-flow-combinators,
-
mirage-crypto-rng-mirage,
-
mirage-time,
-
mirage-clock,
+
mirage-crypto-rng,
+
mirage-ptime,
+
mirage-mtime,
dns-client-mirage,
vchan,
xenstore,
···
sexplib0
uri
cstruct
-
mirage-clock
+
mirage-ptime
+
mirage-mtime
mirage-flow
mirage-flow-combinators
-
mirage-crypto-rng-mirage
-
mirage-time
+
mirage-crypto-rng
dns-client-mirage
conduit-lwt
vchan
+6 -6
pkgs/development/ocaml-modules/dns/certify.nix
···
dns-mirage,
randomconv,
x509,
-
mirage-time,
-
mirage-clock,
+
mirage-sleep,
+
mirage-ptime,
logs,
mirage-crypto-pk,
-
mirage-crypto-rng-mirage,
+
mirage-crypto-rng,
mirage-crypto-ec,
lwt,
tcpip,
···
dns-mirage
randomconv
x509
-
mirage-time
-
mirage-clock
+
mirage-sleep
+
mirage-ptime
logs
mirage-crypto-pk
-
mirage-crypto-rng-mirage
+
mirage-crypto-rng
mirage-crypto-ec
lwt
tcpip
+2 -2
pkgs/development/ocaml-modules/dns/client-lwt.nix
···
dns,
dns-client,
lwt,
-
mirage-crypto-rng-lwt,
+
mirage-crypto-rng,
mtime,
ipaddr,
alcotest,
···
happy-eyeballs-lwt
tls-lwt
mtime
-
mirage-crypto-rng-lwt
+
mirage-crypto-rng
];
checkInputs = [ alcotest ];
doCheck = true;
+8 -8
pkgs/development/ocaml-modules/dns/client-mirage.nix
···
dns,
dns-client,
lwt,
-
mirage-clock,
-
mirage-time,
-
mirage-crypto-rng-mirage,
+
mirage-sleep,
+
mirage-mtime,
+
mirage-ptime,
+
mirage-crypto-rng,
domain-name,
ipaddr,
ca-certs-nss,
happy-eyeballs,
happy-eyeballs-mirage,
tcpip,
-
tls,
tls-mirage,
}:
···
domain-name
ipaddr
lwt
-
mirage-crypto-rng-mirage
-
mirage-time
-
mirage-clock
+
mirage-crypto-rng
+
mirage-sleep
+
mirage-mtime
+
mirage-ptime
ca-certs-nss
happy-eyeballs
happy-eyeballs-mirage
tcpip
-
tls
tls-mirage
];
doCheck = true;
+2 -2
pkgs/development/ocaml-modules/dns/default.nix
···
buildDunePackage rec {
pname = "dns";
-
version = "9.1.0";
+
version = "10.0.0";
minimalOCamlVersion = "4.13";
src = fetchurl {
url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz";
-
hash = "sha256-jz7JWs8U9XQhm1RAponq4azCpJyx2KBm+bI6esaPRPA=";
+
hash = "sha256-dPO9BjvTE0UrpxKrmtgPrgfV/2uG/E9Wd/BNYSMtFwI=";
};
propagatedBuildInputs = [
+2
pkgs/development/ocaml-modules/dns/mirage.nix
···
{
buildDunePackage,
dns,
+
cstruct,
ipaddr,
lwt,
tcpip,
···
inherit (dns) version src;
propagatedBuildInputs = [
+
cstruct
dns
ipaddr
lwt
+8 -6
pkgs/development/ocaml-modules/dns/resolver.nix
···
duration,
randomconv,
lwt,
-
mirage-time,
-
mirage-clock,
-
mirage-random,
+
mirage-sleep,
+
mirage-mtime,
+
mirage-ptime,
+
mirage-crypto-rng,
tcpip,
tls,
tls-mirage,
···
duration
randomconv
lwt
-
mirage-time
-
mirage-clock
-
mirage-random
+
mirage-sleep
+
mirage-mtime
+
mirage-ptime
+
mirage-crypto-rng
tcpip
tls
tls-mirage
+6 -4
pkgs/development/ocaml-modules/dns/server.nix
···
randomconv,
duration,
lwt,
-
mirage-time,
-
mirage-clock,
+
mirage-sleep,
+
mirage-mtime,
+
mirage-ptime,
metrics,
alcotest,
mirage-crypto-rng,
···
randomconv
duration
lwt
-
mirage-time
-
mirage-clock
+
mirage-sleep
+
mirage-mtime
+
mirage-ptime
metrics
];
+4 -6
pkgs/development/ocaml-modules/dns/stub.nix
···
duration,
randomconv,
lwt,
-
mirage-time,
-
mirage-clock,
-
mirage-crypto-rng-mirage,
+
mirage-ptime,
+
mirage-crypto-rng,
tcpip,
metrics,
}:
···
duration
randomconv
lwt
-
mirage-time
-
mirage-clock
-
mirage-crypto-rng-mirage
+
mirage-ptime
+
mirage-crypto-rng
tcpip
metrics
];
+2 -4
pkgs/development/ocaml-modules/git/default.nix
···
git-binary,
angstrom,
astring,
-
cstruct,
decompress,
digestif,
encore,
···
buildDunePackage rec {
pname = "git";
-
version = "3.17.0";
+
version = "3.18.0";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/mirage/ocaml-git/releases/download/${version}/git-${version}.tbz";
-
hash = "sha256-7yANBBLtGlOFJdBQEpiJDguJPgIFKAlNajrhI1n9AmU=";
+
hash = "sha256-kleVYn5tquC0vRaqUGh53xHLIB5l/v446BN48Y1RfUs=";
};
buildInputs = [
···
angstrom
astring
checkseum
-
cstruct
decompress
digestif
encore
+4 -8
pkgs/development/ocaml-modules/git/mirage.nix
···
git-paf,
awa,
awa-mirage,
-
dns,
-
dns-client,
tls,
tls-mirage,
uri,
···
fmt,
ipaddr,
lwt,
-
mirage-clock,
mirage-flow,
-
mirage-time,
+
mirage-ptime,
+
mirage-sleep,
alcotest,
alcotest-lwt,
bigstringaf,
···
minimalOCamlVersion = "4.08";
buildInputs = [
-
dns
-
dns-client
happy-eyeballs-mirage
ipaddr
];
···
domain-name
fmt
lwt
-
mirage-clock
+
mirage-ptime
mirage-flow
-
mirage-time
+
mirage-sleep
];
checkInputs = [
+2 -6
pkgs/development/ocaml-modules/git/paf.nix
···
ipaddr,
logs,
lwt,
-
mirage-clock,
-
mirage-time,
rresult,
tls,
uri,
bigstringaf,
domain-name,
-
httpaf,
+
h1,
mirage-flow,
tls-mirage,
}:
···
rresult
ipaddr
logs
-
mirage-clock
-
mirage-time
tls
uri
bigstringaf
domain-name
-
httpaf
+
h1
mirage-flow
tls-mirage
];
-6
pkgs/development/ocaml-modules/git/unix.nix
···
digestif,
logs,
lwt,
-
mirage-clock,
-
mirage-clock-unix,
astring,
cmdliner,
decompress,
···
mtime,
tcpip,
mirage-flow,
-
mirage-unix,
alcotest,
alcotest-lwt,
base64,
···
buildInputs = [
cmdliner
-
mirage-clock
tcpip
];
propagatedBuildInputs = [
···
domain-name
ipaddr
mirage-flow
-
mirage-unix
cstruct
mimic
tls
git
happy-eyeballs-lwt
git-mirage
-
mirage-clock-unix
];
checkInputs = [
alcotest
+2 -2
pkgs/development/ocaml-modules/happy-eyeballs/default.nix
···
buildDunePackage rec {
pname = "happy-eyeballs";
-
version = "1.2.2";
+
version = "2.0.0";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/roburio/happy-eyeballs/releases/download/v${version}/happy-eyeballs-${version}.tbz";
-
hash = "sha256-Cl0CZwQMwrmwMaidfqp8PyG57rYV2VOUVVW9ECVlLq8=";
+
hash = "sha256-pNATXIfb6yFNZ1gx6cTZikcYu2HDuG6Uqm+IT4D9nQ8=";
};
propagatedBuildInputs = [
+4 -7
pkgs/development/ocaml-modules/happy-eyeballs/mirage.nix
···
fmt,
logs,
lwt,
-
mirage-clock,
-
mirage-random,
-
mirage-time,
+
mirage-mtime,
+
mirage-sleep,
tcpip,
}:
···
inherit (happy-eyeballs) src version;
minimalOCamlVersion = "4.08";
-
duneVersion = "3";
buildInputs = [
duration
ipaddr
domain-name
fmt
-
mirage-clock
-
mirage-random
-
mirage-time
+
mirage-mtime
+
mirage-sleep
];
propagatedBuildInputs = [
+4 -10
pkgs/development/ocaml-modules/http-mirage-client/default.nix
···
fetchurl,
buildDunePackage,
h2,
-
httpaf,
+
h1,
mimic-happy-eyeballs,
-
mirage-clock,
paf,
tcpip,
x509,
alcotest-lwt,
-
mirage-clock-unix,
mirage-crypto-rng,
-
mirage-time-unix,
}:
buildDunePackage rec {
pname = "http-mirage-client";
-
version = "0.0.8";
+
version = "0.0.10";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/roburio/http-mirage-client/releases/download/v${version}/http-mirage-client-${version}.tbz";
-
hash = "sha256-/1eguh2dYLDVNW+XWNKcwm5IgQWfEFUuQRYS205Ox+c=";
+
hash = "sha256-AXEIH1TIAayD4LkFv0yGD8OYvcdC/AJnGudGlkjcWLY=";
};
propagatedBuildInputs = [
h2
-
httpaf
+
h1
mimic-happy-eyeballs
-
mirage-clock
paf
tcpip
x509
···
doCheck = true;
checkInputs = [
alcotest-lwt
-
mirage-clock-unix
mirage-crypto-rng
-
mirage-time-unix
];
meta = {
+2 -2
pkgs/development/ocaml-modules/letsencrypt/default.nix
···
buildDunePackage rec {
pname = "letsencrypt";
-
version = "1.0.0";
+
version = "1.1.0";
src = fetchurl {
url = "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v${version}/letsencrypt-${version}.tbz";
-
hash = "sha256-koNG19aoLY28Hb7GyuPuJUyrCAE59n2vjbH4z0ykGvA=";
+
hash = "sha256-Iw55GffyG5tWA49hao1z9BX6p4N2+EKuhLIoOwG8EKM=";
};
minimalOCamlVersion = "4.08";
+2 -4
pkgs/development/ocaml-modules/paf/cohttp.nix
···
paf,
cohttp-lwt,
domain-name,
-
httpaf,
+
h1,
ipaddr,
alcotest-lwt,
fmt,
logs,
mirage-crypto-rng,
-
mirage-time-unix,
tcpip,
uri,
lwt,
···
paf
cohttp-lwt
domain-name
-
httpaf
+
h1
ipaddr
];
···
fmt
logs
mirage-crypto-rng
-
mirage-time-unix
tcpip
uri
lwt
+4 -8
pkgs/development/ocaml-modules/paf/default.nix
···
buildDunePackage,
lib,
fetchurl,
-
mirage-time,
+
h1,
h2,
tls-mirage,
mimic,
···
fmt,
mirage-crypto-rng,
tcpip,
-
mirage-time-unix,
ptime,
uri,
alcotest-lwt,
cstruct,
-
httpaf,
}:
buildDunePackage rec {
pname = "paf";
-
version = "0.7.0";
+
version = "0.8.0";
src = fetchurl {
url = "https://github.com/dinosaure/paf-le-chien/releases/download/${version}/paf-${version}.tbz";
-
hash = "sha256-w2lGs+DYY08BUKumWFxPFTLQKvdRPu7H1FdQOIjDQyE=";
+
hash = "sha256-0q07gZpzUyDoWlA4m/P+EGSvvVKAZ7RwVkpOziqzG2M=";
};
minimalOCamlVersion = "4.08";
propagatedBuildInputs = [
-
mirage-time
+
h1
h2
tls-mirage
mimic
···
tls
cstruct
tcpip
-
httpaf
];
doCheck = true;
···
logs
fmt
mirage-crypto-rng
-
mirage-time-unix
ptime
uri
alcotest-lwt