Add logstash

For now just download the pre-built jar. We may build our own later.
This commit is contained in:
Shea Levy 2012-07-11 07:23:14 -04:00
parent cfb08fc600
commit 8253542544
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{ fetchurl }:
let version = "1.1.0"; in
fetchurl {
url = "http://semicomplete.com/files/logstash/logstash-${version}-monolithic.jar";
name = "logstash-${version}.jar";
sha256 = "03s9g2appsmdg973212dl37ldws36fgsvxi9w1lxbvmmclc4k7vc";
}

View File

@ -957,6 +957,8 @@ let
less = callPackage ../tools/misc/less { };
logstash = callPackage ../tools/misc/logstash { };
klavaro = callPackage ../games/klavaro {};
minidlna = callPackage ../tools/networking/minidlna { };