Merge pull request #227396 from NickCao/pdns

pdns: 4.7.3 -> 4.7.4
This commit is contained in:
Mario Rodas 2023-04-22 06:42:48 -05:00 committed by GitHub
commit 23868385c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns";
version = "4.7.3";
version = "4.7.4";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
hash = "sha256-i601Gy4JQm9tT7A0aIGlFV/lVUl8PYUHHlMefHr+PnY=";
hash = "sha256-dGndgft98RGX9JY4+knO/5+XMiX8j5xxYLC/wAoudHE=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];