graylog: 3.3.2 -> 3.3.3

Bumps Graylog and integrations plugins to 3.3.3 which fixes CVE-2020-15813
This commit is contained in:
Tristan Helmich (omniIT)
2020-07-30 18:38:12 +00:00
parent 41f959293b
commit 1bb1b67087
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.2";
version = "3.3.3";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "0mw0nwj6i681bfsp3psjq377bha2qskkw955pp9h1p8xdyy8cx32";
sha256 = "1yc2rirbdydirs1kph60acz06ciqnjbf115p3q4vhh15l84lg3sg";
};
dontBuild = true;