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:23:29 +00:00
parent 5542b84aee
commit dee78b7032
2 changed files with 7 additions and 7 deletions
+2 -2
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;