forked from mirrors/nixpkgs
sshguard: 2.1.0 -> 2.2.0 (#43325)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sshguard/versions.
This commit is contained in:
parent
905e94bf4a
commit
3d2e92ef00
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, autoreconfHook, yacc, flex}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
name = "sshguard-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/sshguard/${name}.tar.gz";
|
||||
sha256 = "12h2rx40lf3p3kgazmgakkgajjk2d3sdvr2f73ghi15d6i42l991";
|
||||
sha256 = "1hjn6smd6kc3yg2xm1kvszqpm5w9a6vic6a1spzy8czcwvz0gzra";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue