Merge pull request #51138 from dtzWill/update/pdns-recursor-4.1.8

pdns-recursor: 4.1.7 -> 4.1.8 (security)
This commit is contained in:
Renaud 2018-11-27 22:55:19 +01:00 committed by GitHub
commit 4a9580610e
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.7";
version = "4.1.8";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0syvxlfxy3h2x1kvqkj7qqk8k85y42qjq30pcqqmy69v3pymq14s";
sha256 = "1xg5swappik8v5mjyl7magw7picf5cqp6rbhckd6ijssz16qzy38";
};
nativeBuildInputs = [ pkgconfig ];