pdns-recursor: 4.4.1 -> 4.4.2

This commit is contained in:
rnhmjoj 2021-01-03 10:05:20 +01:00
parent c8f26afbbf
commit 9f5e31e926
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -8,11 +8,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.4.1";
version = "4.4.2";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "162nczipxnsbgg7clap697yikxjz1vdsjkaxxsn6hb6l6m3a6zzr";
sha256 = "1kzmliim2pwh04y3y6bpai9fm0qmdicrmff09fv5h5wahi4pzfdh";
};
nativeBuildInputs = [ pkgconfig ];