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

pdns-recursor: 4.1.1 -> 4.1.2
This commit is contained in:
Matthew Justin Bauer
2018-04-08 21:21:49 -05:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@ with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pdns-recursor-${version}"; name = "pdns-recursor-${version}";
version = "4.1.1"; version = "4.1.2";
src = fetchurl { src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2"; url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0srrw726qpwg69v75dwbxab9hk73x1wia4rcnmf7g5qr2k3h7swg"; sha256 = "0xpd8k7ahwrwabz05zbjmg54dmd4hm5hkbfn8m1ws6y4f7qm4inv";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];