dnsdist: 1.7.3 -> 1.8.0

This commit is contained in:
R. Ryantm 2023-05-16 00:02:05 +00:00
parent 10092e1418
commit b0cd101489

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "dnsdist";
version = "1.7.3";
version = "1.8.0";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
hash = "sha256-fq9vrC8mVlxdhljUKiE3meBfTTvGjnxxbnF030ExWIY=";
hash = "sha256-HA03XCVFPTSbiOA/9YmqJgPKhpL8mDZMBo6tNygEcE8=";
};
patches = [