pdns-recursor: 4.8.0 -> 4.8.1

This commit is contained in:
rnhmjoj 2023-01-20 15:48:51 +01:00
parent 4f50411cfc
commit aa7d5394a8
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.8.0";
version = "4.8.1";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "zLkBehp4jpXpSOeyQO+NtTropQe5FfJgGI7zQ/f2i9w=";
sha256 = "17A0RwCSV+US8B/MRsvbnIWbZyocmyP684LocHZbDw0=";
};
nativeBuildInputs = [ pkg-config ];