pdns-recursor: 4.6.0 -> 4.6.1

This commit is contained in:
rnhmjoj 2022-03-26 23:25:36 +01:00
parent a9414de122
commit e501354c13
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.6.0";
version = "4.6.1";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "1wmwkw8x39rall3673cngz0vpgc1z5vx29qy5r6mkg5fk29ma1nz";
sha256 = "1sqwasqxz4svn5rckrwr05gzk7qzdhzzzjr1l2l7xa44if8011bv";
};
nativeBuildInputs = [ pkg-config ];