ocamlPackages.dns*: 4.6.2 -> 4.6.3

This commit is contained in:
sternenseemann 2021-01-12 12:12:45 +01:00 committed by Vincent Laporte
parent dbb48b45a5
commit 5a23270202

View File

@ -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 ];