Unverified Commit 873c2812 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

tacacsplus: 4.0.4.28 -> 4.0.4.31 (#512880)

parents 9259b830 9efb6e9d
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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 = [