Skip to content

Commit

Permalink
Merge pull request #99081 from fadenb/graylog_3.3.6_20.03
Browse files Browse the repository at this point in the history
[20.03] graylog: 3.3.4 -> 3.3.6
  • Loading branch information
Ma27 committed Sep 30, 2020
2 parents 629fe7b + 5accfcf commit 414eedc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/graylog/default.nix
Expand Up @@ -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;
Expand Down
12 changes: 6 additions & 6 deletions pkgs/tools/misc/graylog/plugins.nix
Expand Up @@ -31,8 +31,8 @@ in {
sha256 = "1c48almnjr0b6nvzagnb9yddqbcjs7yhrd5yc5fx9q7w3vxi50zp";
};
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";
homepage = "https://github.com/cvtienhoven/graylog-plugin-aggregates";
description = "A plugin that enables users to execute term searches and get notified when the given criteria are met";
};
};
auth_sso = glPlugin rec {
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 414eedc

Please sign in to comment.