Skip to content

Commit

Permalink
Merge pull request #306543 from helsinki-systems/upd/pdns-recursor
Browse files Browse the repository at this point in the history
pdns-recursor: 5.0.3 -> 5.0.4
  • Loading branch information
rnhmjoj authored Apr 24, 2024
2 parents 2022637 + cd928a1 commit 6b86bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

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

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
hash = "sha256-AdFwooUOsqylAdaDijREE2WJmA1cssK1M5K3ZFnjjAc=";
hash = "sha256-1SqrEIoK2ei+HeIXmmk7uF6ZXGpNlYpQcC3Pee7I7yg=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27948,8 +27948,6 @@ with pkgs;

dnsdist = callPackage ../servers/dns/dnsdist { };

pdns-recursor = callPackage ../servers/dns/pdns-recursor { };

powertop = callPackage ../os-specific/linux/powertop { };

pps-tools = callPackage ../os-specific/linux/pps-tools { };
Expand Down

0 comments on commit 6b86bb8

Please sign in to comment.