pdns: 5.1.2 -> 5.1.3 (#537071)

This commit is contained in:
Nick Cao 2026-07-02 17:44:28 +00:00 committed by GitHub
commit 2edaf55a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "5.1.2";
version = "5.1.3";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-aFWWelSte13on5EPBeNI4xey7YOetJj5bDjBr3oerzg=";
hash = "sha256-X7BdXhl/Y6tmfZuQXmncgpMkSolvvQRrNjCyI+pQUeY=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];