Merge pull request #50178 from c0bw3b/pkg/pdnsrec

pdns-recursor: 4.1.4 -> 4.1.7
This commit is contained in:
Renaud 2018-11-10 18:38:11 +01:00 committed by GitHub
commit 7d96c33bbd
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.4";
version = "4.1.7";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0l5mf45r3x1z5mg95zpbyms88zv307hsrrx4h6jm9zm3pr9l77xi";
sha256 = "0syvxlfxy3h2x1kvqkj7qqk8k85y42qjq30pcqqmy69v3pymq14s";
};
nativeBuildInputs = [ pkgconfig ];