graylog: 3.3.14 -> 3.3.15

This release included a fix for the Log4j vulnerability.
https://www.graylog.org/post/graylog-update-for-log4j
This commit is contained in:
Thomas Gerbet 2021-12-13 09:46:47 +01:00
parent 1a551cf64a
commit 6dd67c31d2

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "graylog";
version = "3.3.14";
version = "3.3.15";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "04dslbvgrraacsw7wydbiv8jc753as2g54wn9sgh3lsryvzrfqfa";
sha256 = "sha256-/ECHhgLhmLoZ9fjpwGQrGuOW5PBtkB3JUCC9Bgvxr30=";
};
dontBuild = true;