pdns: 4.6.1 -> 4.6.2

This commit is contained in:
Armeen Mahdian 2022-04-26 17:12:21 -05:00
parent 847e6a1f9b
commit ab9d6e8f9d

View file

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