pdns-recursor: 4.1.11 -> 4.1.12

This commit is contained in:
Jörg Thalheim 2019-04-04 19:30:26 +01:00
parent acbdaa569f
commit d03ced8648
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -8,11 +8,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "pdns-recursor-${version}";
version = "4.1.11";
version = "4.1.12";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0w6nyjiid8d9rv6qsq42x210val6lqrm9shpid4s8gjxahmxbiwy";
sha256 = "1j5hrpz4c9dqd30piqd8xyjmirdxp4dy71nx9rwq8l4i4nc0l774";
};
nativeBuildInputs = [ pkgconfig ];