Merge pull request #306543 from helsinki-systems/upd/pdns-recursor

pdns-recursor: 5.0.3 -> 5.0.4
This commit is contained in:
Michele Guerini Rocco 2024-04-24 18:00:34 +02:00 committed by GitHub
commit 6b86bb8f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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 {

View File

@ -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 { };