Skip to content

Commit d81b27c

Browse files
authored
ocamlPackages.dns: 10.1.0 → 10.2.1 (#452823)
2 parents 85f91b2 + 33cf42e commit d81b27c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
ohex,
1717
}:
1818

19-
buildDunePackage rec {
19+
buildDunePackage (finalAttrs: {
2020
pname = "dns";
21-
version = "10.1.0";
21+
version = "10.2.1";
2222

2323
minimalOCamlVersion = "4.13";
2424

2525
src = fetchurl {
26-
url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz";
27-
hash = "sha256-XG/qUUzsOccy5xdkZD6PuViN7gOMmRwYSsy+07QeN9I=";
26+
url = "https://github.com/mirage/ocaml-dns/releases/download/v${finalAttrs.version}/dns-${finalAttrs.version}.tbz";
27+
hash = "sha256-tIjPTFFP1X1KLLKbmdQjSuaEXv8NXnmxBZ93n3NCR4o=";
2828
};
2929

3030
propagatedBuildInputs = [
@@ -51,4 +51,4 @@ buildDunePackage rec {
5151
maintainers = [ lib.maintainers.vbgl ];
5252
};
5353

54-
}
54+
})

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
tls,
1616
tls-mirage,
1717
dnssec,
18+
ca-certs-nss,
1819
alcotest,
1920
}:
2021

@@ -39,6 +40,7 @@ buildDunePackage {
3940
tcpip
4041
tls
4142
tls-mirage
43+
ca-certs-nss
4244
];
4345

4446
doCheck = true;

0 commit comments

Comments
 (0)