Unverified Commit 6b86bb8f authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

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

pdns-recursor: 5.0.3 -> 5.0.4
parents 20226373 cd928a1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {
+0 −2
Original line number Diff line number Diff line
@@ -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 { };