freeradius: 3.0.14 -> 3.0.15
This commit is contained in:
parent
5b36d3993f
commit
936fee257d
@ -40,11 +40,11 @@ assert withCollectd -> collectd != null;
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "freeradius-${version}";
|
||||
version = "3.0.14";
|
||||
version = "3.0.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-${version}.tar.gz";
|
||||
sha256 = "02ar0xn4dfrs95cmd4c798k95rmnzzvcryyyl2vjv53ak16igmpw";
|
||||
sha256 = "1qygf5if2xjzl7kfzwl428ydz5q1m0j5sx077n12v7znlgnwaagx";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://freeradius.org/;
|
||||
homepage = https://freeradius.org/;
|
||||
description = "A modular, high performance free RADIUS suite";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with maintainers; [ sheenobu ];
|
||||
|
Loading…
Reference in New Issue
Block a user