Skip to content

Commit

Permalink
Merge pull request #192272 from rnhmjoj/pr-pdns
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Sep 21, 2022
2 parents 1f26ecd + 7cc305f commit 24f8812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/pdns-recursor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.7.2";
version = "4.7.3";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "sha256-vbQZB5D+dZd41vBRWvu8wKKLPn4bg8Vwyq84QZ1Xgg0=";
sha256 = "sha256-IG12bMjwGJ951pr2TY2TfsxhpNE+jqZZTXj+MOYUBfI=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 24f8812

Please sign in to comment.