dnsdist: 1.9.7 -> 1.9.8

This commit is contained in:
R. Ryantm
2025-01-06 22:14:24 +00:00
parent 3a4eefe5fb
commit 40a2ea8433
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "dnsdist";
version = "1.9.7";
version = "1.9.8";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
hash = "sha256-KFERwrff9ryKJAcQalHDZcxb9eYof+RZops5bHRiAzI=";
hash = "sha256-9mT3Opao1zQ9MmlqzLcP2LHtQyjXPNsKYnpWHW4v2Z4=";
};
patches = [