Unverified Commit 4e93c48f authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #295404 from rnhmjoj/pr-pdns

pdns-recursor: 5.0.2 -> 5.0.3
parents d0c44ba5 09030d1d
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.2";
  version = "5.0.3";

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

  cargoDeps = rustPlatform.fetchCargoTarball {