Unverified Commit d4e6bfe2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #259607 from NickCao/pdns

pdns: 4.8.2 -> 4.8.3
parents a8942d7d eac5f9f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pdns";
  version = "4.8.2";
  version = "4.8.3";

  src = fetchurl {
    url = "https://downloads.powerdns.com/releases/pdns-${finalAttrs.version}.tar.bz2";
    hash = "sha256-Oxc/2kxRuwe1pR2MWZ7t15YqAgVrQQ48nZ1p7Ze+Nbk=";
    hash = "sha256-d7kRmb33GHQzRQHGfiZGnCZno3PYQjgD/mV0Fylcd7o=";
  };
  # redact configure flags from version output to reduce closure size
  patches = [ ./version.patch ];