graylog: 3.3.4 -> 3.3.6

Bumps Graylog and integration plugins to version 3.3.6.
Fixes wrong description of aggregates plugin.
This commit is contained in:
Tristan Helmich (omniIT) 2020-09-29 08:22:55 +00:00
parent 5542b84aee
commit dee78b7032
2 changed files with 7 additions and 7 deletions

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "graylog";
version = "3.3.4";
version = "3.3.6";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "0wynnb56plch61pzjl46jx5q94c5hclzyrr8567fc1jhnqycfngs";
sha256 = "0yqs5zllaj7v4j9kzfkqxd4n9jdy2656pgai7v05a8wpri4b6sf5";
};
dontBuild = true;

View file

@ -32,7 +32,7 @@ in {
};
meta = {
homepage = "https://github.com/cvtienhoven/graylog-plugin-aggregates";
description = "SSO support for Graylog through trusted HTTP headers set by load balancers or authentication proxies";
description = "A plugin that enables users to execute term searches and get notified when the given criteria are met";
};
};
auth_sso = glPlugin rec {
@ -64,10 +64,10 @@ in {
enterprise-integrations = glPlugin rec {
name = "graylog-enterprise-integrations-${version}";
pluginName = "graylog-plugin-enterprise-integrations";
version = "3.3.4";
version = "3.3.6";
src = fetchurl {
url = "https://downloads.graylog.org/releases/graylog-enterprise-integrations/graylog-enterprise-integrations-plugins-${version}.tgz";
sha256 = "0ln0vmnfgxg6hdq7sh58xdqn14bl86qrgy3923f3q3hx209v6vn9";
sha256 = "15sx53ikc49d7a7qlcac9jyx9amrcqqqpk8hwj5lc8iv7d1wnxf9";
};
installPhase = ''
mkdir -p $out/bin
@ -96,10 +96,10 @@ in {
integrations = glPlugin rec {
name = "graylog-integrations-${version}";
pluginName = "graylog-plugin-integrations";
version = "3.3.4";
version = "3.3.6";
src = fetchurl {
url = "https://downloads.graylog.org/releases/graylog-integrations/graylog-integrations-plugins-${version}.tgz";
sha256 = "14g6vdyibp3rva8bwss7vjbi9fpxvgp2gbk1r8divbhhpiwsjyxc";
sha256 = "11cg0rn10sc1gzip88pm2yzyxighiaafw1vznr3ips307ia0c7hm";
};
installPhase = ''
mkdir -p $out/bin