From 90cc3274588c6c8bc64d0f9eae75ce721590b4bd Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 30 Oct 2024 08:12:54 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.dns:=209.0.0=20=E2=86=92=209.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/dns/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/dns/default.nix b/pkgs/development/ocaml-modules/dns/default.nix index 00ee104ad209..bcc67a6f6ebf 100644 --- a/pkgs/development/ocaml-modules/dns/default.nix +++ b/pkgs/development/ocaml-modules/dns/default.nix @@ -17,13 +17,13 @@ buildDunePackage rec { pname = "dns"; - version = "9.0.0"; + version = "9.1.0"; minimalOCamlVersion = "4.13"; src = fetchurl { url = "https://github.com/mirage/ocaml-dns/releases/download/v${version}/dns-${version}.tbz"; - hash = "sha256-HvXwTLVKw0wHV+xftL/z+yNA6UjxUTSdo/cC+s3qy/Y="; + hash = "sha256-jz7JWs8U9XQhm1RAponq4azCpJyx2KBm+bI6esaPRPA="; }; propagatedBuildInputs = [ fmt logs ptime domain-name gmap ipaddr lru duration metrics base64 ohex ];