pdns-recursor: 4.1.3 -> 4.1.4 (#45984)

This commit is contained in:
Michele Guerini Rocco 2018-09-03 22:15:11 +02:00 committed by xeji
parent 3dd579f7b1
commit ca850897c8

View file

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