tacacsplus: 4.0.4.28 -> 4.0.4.31 (#512880)

This commit is contained in:
Weijia Wang
2026-05-04 11:45:27 +00:00
committed by GitHub
+3 -4
View File
@@ -6,18 +6,17 @@
bison,
perl,
libnsl,
# --with-libwrap=yes is currently broken, TODO unbreak
withLibWrap ? false,
withLibWrap ? true,
tcp_wrappers,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tacacsplus";
version = "4.0.4.28";
version = "4.0.4.31";
src = fetchurl {
url = "ftp://ftp.shrubbery.net/pub/tac_plus/tacacs-F${finalAttrs.version}.tar.gz";
hash = "sha256-FH8tyY0m0vk/Crp2yYjO0Zb/4cAB3C6R94ihosdHIZ4=";
hash = "sha256-MKad/Ax1vbz7GPV23l79cq6qBwnDGMBPFTcjn0UeyA8=";
};
nativeBuildInputs = [