Merge pull request #126730 from rnhmjoj/pdns

pdns-recursor: 2.5.1 -> 2.5.2
This commit is contained in:
Michele Guerini Rocco 2021-06-13 15:00:01 +02:00 committed by GitHub
commit 6aa2bb6a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pdns-recursor";
version = "4.5.1";
version = "4.5.2";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2";
sha256 = "0yaf25jg3gfsi9c9rnxz1ywy3b563plv33aibxrq79iqwk8a289p";
sha256 = "1101izvyknxqhzz987j3acsa221ymgrnmyciaz8v7jziai9ksa5i";
};
nativeBuildInputs = [ pkg-config ];
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
badPlatforms = [
"i686-linux" # a 64-bit time_t is needed
];
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ rnhmjoj ];
};
}