freeradius: 3.0.20 -> 3.0.21

gstqt5
WilliButz 2020-08-20 10:38:50 +02:00
parent d9b0a19e99
commit 609cdfae9a
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ assert withRest -> curl != null && withJson;
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "freeradius";
version = "3.0.20";
version = "3.0.21";
src = fetchurl {
url = "ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-${version}.tar.gz";
sha256 = "0zrnlpril8lcnyd6zz0wy45wj5i2k2krcf42dwa0rldjsjh6nazp";
sha256 = "1bij07angf6ll6bq8lccd4fx1a1clf7k13kh5vbryh6lf7a19y9b";
};
nativeBuildInputs = [ autoreconfHook ];