graylog: 3.3.3 -> 3.3.4

Bumps Graylog and integration plugins to version 3.3.4
This commit is contained in:
Tristan Helmich (omniIT)
2020-08-11 09:00:45 +00:00
parent eac5ef8aa9
commit f797bed266
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.3";
version = "3.3.4";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "1yc2rirbdydirs1kph60acz06ciqnjbf115p3q4vhh15l84lg3sg";
sha256 = "0wynnb56plch61pzjl46jx5q94c5hclzyrr8567fc1jhnqycfngs";
};
dontBuild = true;