Skip to content

Commit cf2bde9

Browse files
authored
pdns-recursor: 5.1.2 -> 5.2.2 (#409231)
2 parents 58a08a0 + e5a1094 commit cf2bde9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkgs/by-name/pd/pdns-recursor/package.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "pdns-recursor";
23-
version = "5.1.2";
23+
version = "5.2.2";
2424

2525
src = fetchurl {
2626
url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
27-
hash = "sha256-s6N+uyAoWrmsu7DhNw5iO7OY7TCH8OZ48j/6OwBjmD0=";
27+
hash = "sha256-+clSdCMe48XJQZf20FAR1Vq/BrKTdTW6jnjiTqT7vW4=";
2828
};
2929

3030
cargoDeps = rustPlatform.fetchCargoVendor {
3131
inherit (finalAttrs) src;
3232
sourceRoot = "pdns-recursor-${finalAttrs.version}/settings/rust";
33-
hash = "sha256-/fxFqs5lDzOhatc6KBc7Zwsq3A7N5AOanGOebttr1l8=";
33+
hash = "sha256-A3NX1zj9+9qCLTkfca3v8Rr8oc/zL/Ruknjl3g1aMG4=";
3434
};
3535

3636
cargoRoot = "settings/rust";
3737

3838
nativeBuildInputs = [
3939
cargo
4040
rustc
41-
4241
rustPlatform.cargoSetupHook
4342
pkg-config
4443
];
44+
4545
buildInputs = [
4646
boost
4747
openssl
@@ -67,14 +67,14 @@ stdenv.mkDerivation (finalAttrs: {
6767
inherit (nixosTests) pdns-recursor ncdns;
6868
};
6969

70-
meta = with lib; {
70+
meta = {
7171
description = "Recursive DNS server";
7272
homepage = "https://www.powerdns.com/";
73-
platforms = platforms.linux;
73+
platforms = lib.platforms.linux;
7474
badPlatforms = [
7575
"i686-linux" # a 64-bit time_t is needed
7676
];
77-
license = licenses.gpl2Only;
78-
maintainers = with maintainers; [ rnhmjoj ];
77+
license = lib.licenses.gpl2Only;
78+
maintainers = with lib.maintainers; [ rnhmjoj ];
7979
};
8080
})

0 commit comments

Comments
 (0)