pdns: 4.6.2 -> 4.6.3, fix pname

This commit is contained in:
Nick Cao 2022-07-30 16:19:01 +08:00
parent 3f50785567
commit 83657ee160
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1

View File

@ -4,12 +4,12 @@
}:
stdenv.mkDerivation rec {
pname = "powerdns";
version = "4.6.2";
pname = "pdns";
version = "4.6.3";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2";
hash = "sha256-9EOEiUS7Ebu0hQIhYTs6Af+1f+vyZx2myqVzYu4LGbg=";
hash = "sha256-rNBricoB0a32G5BmBGFPDh13oelO7srej/XVOhbbc4k=";
};
# redact configure flags from version output to reduce closure size
patches = [ ./version.patch ];