pdns-recursor: 4.4.0 -> 4.4.1

This commit is contained in:
R. RyanTM 2020-11-29 05:40:58 +00:00
parent aa5dd7ef5e
commit 694a371f12

View file

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