graylog: 3.3.15 -> 3.3.16

Bump log4j 2 to 2.6.0.
https://www.graylog.org/post/announcing-graylog-v3-3-16
This commit is contained in:
Thomas Gerbet 2021-12-17 09:38:03 +01:00
parent 040d6eb51a
commit ea5bc4fe75

View file

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