Merge pull request #211779 from rnhmjoj/pr-pdns

pdns-recursor: 4.8.0 -> 4.8.1
This commit is contained in:
Michele Guerini Rocco
2023-01-20 16:24:56 +01:00
committed by GitHub
+2 -2
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 ];