pdns: 5.1.1 -> 5.1.2 (#535247)

This commit is contained in:
Nick Cao
2026-06-25 20:46:47 +00:00
committed by GitHub
+2 -2
View File
@@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "5.1.1";
version = "5.1.2";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-CJN5Vc5ES7sKq/32pfGNSD3ViT12FTmBG+F6m2zzO2o=";
hash = "sha256-aFWWelSte13on5EPBeNI4xey7YOetJj5bDjBr3oerzg=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];