File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
pkgs/development/ocaml-modules/dns Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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+ } )
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments