dnsdist: 1.8.3 -> 1.9.7 (#365921)

This commit is contained in:
Wolfgang Walther
2024-12-22 19:38:30 +01:00
committed by GitHub
+2 -2
View File
@@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "dnsdist";
version = "1.8.3";
version = "1.9.7";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
hash = "sha256-hYMj8u1RgUiLt1WPv0+E7HGYYAsHCyxTddFdQGlXJ/Q=";
hash = "sha256-KFERwrff9ryKJAcQalHDZcxb9eYof+RZops5bHRiAzI=";
};
patches = [