graylog: 3.3.6 -> 3.3.7

Bumps Graylog and integration plugins to version 3.3.7.
This commit is contained in:
Tristan Helmich
2020-10-10 19:37:12 +00:00
parent 2dfadf168f
commit 4115906195
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "graylog";
version = "3.3.6";
version = "3.3.7";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "0yqs5zllaj7v4j9kzfkqxd4n9jdy2656pgai7v05a8wpri4b6sf5";
sha256 = "198j1gfw4cw8pi7bzpijd61165a2n4nawp071yhfcyslviv1wmqr";
};
dontBuild = true;