File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
pkgs/by-name/pd/pdns-recursor Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020
2121stdenv . 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} )
You can’t perform that action at this time.
0 commit comments