freeradius: 3.0.25 -> 3.2.0
https://freeradius.org/release_notes/?s=3.2.0
This commit is contained in:
parent
746effd653
commit
d3f89f5891
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ assert withRest -> withJson;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "freeradius";
|
||||
version = "3.0.25";
|
||||
version = "3.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-${version}.tar.gz";
|
||||
hash = "sha256-SIOmi7PO5GAlNZqXwWkc5lXour/W3DwCHQDhCaL/TBA=";
|
||||
hash = "sha256-QtGgoC7CrxRyjcdoySHUeAC8gwP0FyIetvMvBCNbBDE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
|
Loading…
Reference in a new issue