pdns-recursor: 4.1.7 -> 4.1.8 (security)

https://docs.powerdns.com/recursor/changelog/4.1.html#change-4.1.8
This commit is contained in:
Will Dietz 2018-11-27 13:43:47 -06:00
parent be8569be49
commit 14342e8c6d

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 ];