Merge pull request #275858 from NickCao/pdns

pdns: 4.8.3 -> 4.8.4
This commit is contained in:
Nick Cao 2023-12-24 17:09:58 -05:00 committed by GitHub
commit a54f9b187e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,11 +23,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns";
version = "4.8.3";
version = "4.8.4";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
hash = "sha256-d7kRmb33GHQzRQHGfiZGnCZno3PYQjgD/mV0Fylcd7o=";
hash = "sha256-f0DIy8RlDQb+Sau6eZAuurs4Q2Pau9XO8nGWSgfDZFw=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];