dnsdist: 1.8.3 -> 1.9.7

This commit is contained in:
R. Ryantm
2024-12-17 15:03:56 +00:00
parent 4989a246d7
commit ef361265eb
+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 = [