Merge pull request #206618 from rnhmjoj/pr-pdns

pdns-recursor: 4.7.3 -> 4.8.0
This commit is contained in:
Michele Guerini Rocco 2022-12-18 10:13:05 +01:00 committed by GitHub
commit 1b63f795cd
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.3";
version = "4.8.0";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "sha256-IG12bMjwGJ951pr2TY2TfsxhpNE+jqZZTXj+MOYUBfI=";
sha256 = "zLkBehp4jpXpSOeyQO+NtTropQe5FfJgGI7zQ/f2i9w=";
};
nativeBuildInputs = [ pkg-config ];