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

pdns-recursor: 4.1.12 -> 4.1.13
This commit is contained in:
Ryan Mulligan 2019-06-03 09:05:27 -07:00 committed by GitHub
commit 197c759214
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.12";
version = "4.1.13";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "1j5hrpz4c9dqd30piqd8xyjmirdxp4dy71nx9rwq8l4i4nc0l774";
sha256 = "0vs6sv8pyd69jrzzhbdzh6vgva64swypknwpl070ppzk3xdvfa0k";
};
nativeBuildInputs = [ pkgconfig ];