Skip to content

Commit

Permalink
pdns-recursor: 5.1.1 -> 5.1.2 (#347043)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj authored Oct 7, 2024
2 parents 47d9504 + 1a554f2 commit e11b576
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.1.1";
version = "5.1.2";

src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
hash = "sha256-W3q3k6zoIilKPzgJL+cu5kdI/wy7ilKD3Hf0B4BgWuk=";
hash = "sha256-s6N+uyAoWrmsu7DhNw5iO7OY7TCH8OZ48j/6OwBjmD0=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
Expand Down

0 comments on commit e11b576

Please sign in to comment.