dnsdist: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm 2023-12-16 04:46:52 +00:00
parent f6608ef020
commit 5c1a9b12a7

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "dnsdist";
version = "1.8.2";
version = "1.8.3";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
hash = "sha256-ZojwmyxS+b+TXwdp9O4o3Qdg5WItreez9Ob6N3bwerg=";
hash = "sha256-hYMj8u1RgUiLt1WPv0+E7HGYYAsHCyxTddFdQGlXJ/Q=";
};
patches = [