Skip to content

Commit 625b3f5

Browse files
committed
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
1 parent bcbaeae commit 625b3f5

File tree

23 files changed

+82
-109
lines changed

23 files changed

+82
-109
lines changed

pkgs/development/ocaml-modules/awa/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
buildDunePackage rec {
2222
pname = "awa";
23-
version = "0.4.0";
23+
version = "0.5.0";
2424

2525
minimalOCamlVersion = "4.10";
2626

2727
src = fetchurl {
2828
url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
29-
hash = "sha256-uATKGr+J18jBx5vErB93Q9+BCR7ezi1Q+ueQGolpybQ=";
29+
hash = "sha256-SYSkhB43KmYaCEYGwFihMPLvh1Zr9xeWFio5atY19A8=";
3030
};
3131

3232
propagatedBuildInputs = [

pkgs/development/ocaml-modules/awa/mirage.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
mtime,
66
lwt,
77
mirage-flow,
8-
mirage-clock,
8+
mirage-sleep,
99
logs,
1010
duration,
11-
mirage-time,
11+
mirage-mtime,
1212
}:
1313

1414
buildDunePackage {
@@ -22,10 +22,10 @@ buildDunePackage {
2222
mtime
2323
lwt
2424
mirage-flow
25-
mirage-clock
25+
mirage-sleep
2626
logs
2727
duration
28-
mirage-time
28+
mirage-mtime
2929
];
3030

3131
inherit (awa) meta;

pkgs/development/ocaml-modules/ca-certs-nss/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildDunePackage,
44
fetchurl,
55
digestif,
6-
mirage-clock,
6+
mirage-ptime,
77
x509,
88
logs,
99
fmt,
@@ -14,17 +14,17 @@
1414

1515
buildDunePackage rec {
1616
pname = "ca-certs-nss";
17-
version = "3.108";
17+
version = "3.108-1";
1818

1919
minimalOCamlVersion = "4.13";
2020

2121
src = fetchurl {
2222
url = "https://github.com/mirage/ca-certs-nss/releases/download/v${version}/ca-certs-nss-${version}.tbz";
23-
hash = "sha256-mRHj0vnWDPyCxya3K1qxREkF7eVac8LRY6gOJJdzFTM=";
23+
hash = "sha256-soYi8sW1OrfznijCGYgFWY6gayguQs3/FcBXlC2FflY=";
2424
};
2525

2626
propagatedBuildInputs = [
27-
mirage-clock
27+
mirage-ptime
2828
x509
2929
digestif
3030
];

pkgs/development/ocaml-modules/conduit/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
buildDunePackage rec {
1414
pname = "conduit";
15-
version = "7.1.0";
15+
version = "8.0.0";
1616

1717
minimalOCamlVersion = "4.13";
1818

1919
src = fetchurl {
2020
url = "https://github.com/mirage/ocaml-conduit/releases/download/v${version}/conduit-${version}.tbz";
21-
hash = "sha256-WNIhigfnFwYCXeOMoCUyM+lw81tMrNN/cGlBtMvqV/c=";
21+
hash = "sha256-CmPZEIZbVHOJOhcM2lH2E4j0iOz0xLLtf+nsTiz2b2E=";
2222
};
2323

2424
propagatedBuildInputs = [

pkgs/development/ocaml-modules/conduit/mirage.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
cstruct,
88
mirage-flow,
99
mirage-flow-combinators,
10-
mirage-crypto-rng-mirage,
11-
mirage-time,
12-
mirage-clock,
10+
mirage-crypto-rng,
11+
mirage-ptime,
12+
mirage-mtime,
1313
dns-client-mirage,
1414
vchan,
1515
xenstore,
@@ -32,11 +32,11 @@ buildDunePackage {
3232
sexplib0
3333
uri
3434
cstruct
35-
mirage-clock
35+
mirage-ptime
36+
mirage-mtime
3637
mirage-flow
3738
mirage-flow-combinators
38-
mirage-crypto-rng-mirage
39-
mirage-time
39+
mirage-crypto-rng
4040
dns-client-mirage
4141
conduit-lwt
4242
vchan

pkgs/development/ocaml-modules/dns/certify.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
dns-mirage,
66
randomconv,
77
x509,
8-
mirage-time,
9-
mirage-clock,
8+
mirage-sleep,
9+
mirage-ptime,
1010
logs,
1111
mirage-crypto-pk,
12-
mirage-crypto-rng-mirage,
12+
mirage-crypto-rng,
1313
mirage-crypto-ec,
1414
lwt,
1515
tcpip,
@@ -26,11 +26,11 @@ buildDunePackage {
2626
dns-mirage
2727
randomconv
2828
x509
29-
mirage-time
30-
mirage-clock
29+
mirage-sleep
30+
mirage-ptime
3131
logs
3232
mirage-crypto-pk
33-
mirage-crypto-rng-mirage
33+
mirage-crypto-rng
3434
mirage-crypto-ec
3535
lwt
3636
tcpip

pkgs/development/ocaml-modules/dns/client-lwt.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dns,
44
dns-client,
55
lwt,
6-
mirage-crypto-rng-lwt,
6+
mirage-crypto-rng,
77
mtime,
88
ipaddr,
99
alcotest,
@@ -27,7 +27,7 @@ buildDunePackage {
2727
happy-eyeballs-lwt
2828
tls-lwt
2929
mtime
30-
mirage-crypto-rng-lwt
30+
mirage-crypto-rng
3131
];
3232
checkInputs = [ alcotest ];
3333
doCheck = true;

pkgs/development/ocaml-modules/dns/client-mirage.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
dns,
44
dns-client,
55
lwt,
6-
mirage-clock,
7-
mirage-time,
8-
mirage-crypto-rng-mirage,
6+
mirage-sleep,
7+
mirage-mtime,
8+
mirage-ptime,
9+
mirage-crypto-rng,
910
domain-name,
1011
ipaddr,
1112
ca-certs-nss,
1213
happy-eyeballs,
1314
happy-eyeballs-mirage,
1415
tcpip,
15-
tls,
1616
tls-mirage,
1717
}:
1818

@@ -25,14 +25,14 @@ buildDunePackage {
2525
domain-name
2626
ipaddr
2727
lwt
28-
mirage-crypto-rng-mirage
29-
mirage-time
30-
mirage-clock
28+
mirage-crypto-rng
29+
mirage-sleep
30+
mirage-mtime
31+
mirage-ptime
3132
ca-certs-nss
3233
happy-eyeballs
3334
happy-eyeballs-mirage
3435
tcpip
35-
tls
3636
tls-mirage
3737
];
3838
doCheck = true;

pkgs/development/ocaml-modules/dns/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
buildDunePackage rec {
2020
pname = "dns";
21-
version = "9.1.0";
21+
version = "10.0.0";
2222

2323
minimalOCamlVersion = "4.13";
2424

2525
src = fetchurl {
2626
url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz";
27-
hash = "sha256-jz7JWs8U9XQhm1RAponq4azCpJyx2KBm+bI6esaPRPA=";
27+
hash = "sha256-dPO9BjvTE0UrpxKrmtgPrgfV/2uG/E9Wd/BNYSMtFwI=";
2828
};
2929

3030
propagatedBuildInputs = [

pkgs/development/ocaml-modules/dns/mirage.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
buildDunePackage,
33
dns,
4+
cstruct,
45
ipaddr,
56
lwt,
67
tcpip,
@@ -12,6 +13,7 @@ buildDunePackage {
1213
inherit (dns) version src;
1314

1415
propagatedBuildInputs = [
16+
cstruct
1517
dns
1618
ipaddr
1719
lwt

0 commit comments

Comments
 (0)