pdns-recursor: 4.1.10 -> 4.1.11

This commit is contained in:
Franz Pletz 2019-02-11 22:45:15 +01:00
parent 96dc784335
commit ac55d24f53
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

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