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

pdns-recursor: 4.7.0 -> 4.7.1
This commit is contained in:
Michele Guerini Rocco 2022-08-01 14:05:37 +02:00 committed by GitHub
commit 7fbc9041a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.7.0";
version = "4.7.1";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "1329ycxavhkx963q0c6rqyzlg0689v5rrmjlydiw6px324djm1z4";
sha256 = "sha256-0vlFc6bw5joQNMorMBwn6/LhMAplW6ZpzFAtXqjW7Gg=";
};
nativeBuildInputs = [ pkg-config ];