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

pdns-recursor: 4.6.1 -> 4.6.2
This commit is contained in:
Michele Guerini Rocco 2022-04-09 14:51:38 +02:00 committed by GitHub
commit fcb23febde
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.6.1";
version = "4.6.2";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "1sqwasqxz4svn5rckrwr05gzk7qzdhzzzjr1l2l7xa44if8011bv";
sha256 = "sha256-2mSYUHOf3XuvLfZFrMl3UszTkJc7VrjiUXHqew0lrSA=";
};
nativeBuildInputs = [ pkg-config ];