Skip to content

Commit

Permalink
sshguard: 2.0.0 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Nov 6, 2017
1 parent 30f6d63 commit 3a53ddd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/tools/security/sshguard/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ stdenv, fetchurl, autoreconfHook, yacc, flex}:


stdenv.mkDerivation rec {
version = "2.0.0";
version = "2.1.0";
name = "sshguard-${version}";

src = fetchurl {
url = "mirror://sourceforge/sshguard/sshguard-2.0.0.tar.gz";
sha256 = "e87c6c4a6dddf06f440ea76464eb6197869c0293f0a60ffa51f8a6a0d7b0cb06";
url = "mirror://sourceforge/sshguard/${name}.tar.gz";
sha256 = "12h2rx40lf3p3kgazmgakkgajjk2d3sdvr2f73ghi15d6i42l991";
};

doCheck = true;
@@ -16,8 +15,6 @@ stdenv.mkDerivation rec {

configureFlags = [ "--sysconfdir=/etc" ];

patches = [ ./0001-Remove-the-unnecessary-from-ipset-cmds.patch ];

meta = with stdenv.lib; {
description = "SSHGuard protects hosts from brute-force attacks";
longDescription = ''

0 comments on commit 3a53ddd

Please sign in to comment.