Unverified Commit aa7d5394 authored by rnhmjoj's avatar rnhmjoj
Browse files

pdns-recursor: 4.8.0 -> 4.8.1

parent 4f50411c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];