ocamlPackages.dns*: 4.6.2 -> 4.6.3
This commit is contained in:
parent
dbb48b45a5
commit
5a23270202
@ -4,14 +4,14 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "dns";
|
||||
version = "4.6.2";
|
||||
version = "4.6.3";
|
||||
|
||||
useDune2 = true;
|
||||
minimumOCamlVersion = "4.07";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-v${version}.tbz";
|
||||
sha256 = "0prypr5c589vay4alri78g0sarh06z35did26wn3s3di17d5761q";
|
||||
sha256 = "0g7xw43jm5hv0w9lsnhhi0w3243mxl615cdsvz29yh39fcqvqsdy";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ rresult astring fmt logs ptime domain-name gmap cstruct ipaddr lru duration metrics ];
|
||||
|
Loading…
Reference in New Issue
Block a user