dnsdist: 1.9.9 -> 1.9.10 (#412089)

This commit is contained in:
Nick Cao 2025-05-30 16:09:29 -04:00 committed by GitHub
commit e164d2fdf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dnsdist"; pname = "dnsdist";
version = "1.9.9"; version = "1.9.10";
src = fetchurl { src = fetchurl {
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2"; url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
hash = "sha256-6GvGNtTS3IusGA7Iza+/5fNSKbYAXsFddRD7b1i0n1o="; hash = "sha256-An3b3uaVxaWXKAV7/EHFsaaR+hx6XokniwnzVTJfvtY=";
}; };
patches = [ patches = [