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

pdns: 5.0.3 -> 5.0.4 (#512609)

parents 6908949b 34823898
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pdns";
  version = "5.0.3";
  version = "5.0.4";

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