Merge pull request #78984 from marsam/update-endlessh

endlessh: 1.0 -> 1.1
This commit is contained in:
Franz Pletz 2020-02-01 14:36:01 +00:00 committed by GitHub
commit c4f30cc14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "endlessh";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "skeeto";
repo = pname;
rev = version;
sha256 = "186d7hf5p8yc46lmbrh0kxyfi1nrrx9n3w0jd9kh46vfwifjazra";
sha256 = "0ziwr8j1frsp3dajr8h5glkm1dn5cci404kazz5w1jfrp0736x68";
};
makeFlags = [ "PREFIX=$(out)" ];
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "SSH tarpit that slowly sends an endless banner";
homepage = "https://github.com/skeeto/endlessh";
changelog = "https://github.com/skeeto/endlessh/releases/tag/${version}";
license = licenses.unlicense;
maintainers = [ maintainers.marsam ];
platforms = platforms.unix;