Merge pull request #54754 from r-ryantm/auto-update/pdns-recursor

pdns-recursor: 4.1.8 -> 4.1.10
This commit is contained in:
Silvan Mosberger 2019-01-29 21:58:57 +01:00 committed by GitHub
commit 7897dadbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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