Skip to content

Commit

Permalink
pdns-recursor: 5.0.6 -> 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Oct 7, 2024
1 parent e5bd14e commit d6874f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pd/pdns-recursor/package.nix
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.6";
version = "5.0.9";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
hash = "sha256-2QiF0qu33f6XQc2Pv1ubppAilsd7L1Ekh3kGZZHvPzI=";
hash = "sha256-KdEgKyw01GrfvKyjXIqR+v6VRhSCay3Zs30BUICmpTE=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
Expand Down

0 comments on commit d6874f8

Please sign in to comment.