summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-12-13 09:46:47 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-13 20:38:18 +0000
commit05f265d22a6d4e614e1f31ec203e1ad0b8adbda0 (patch)
tree1fa74cd1058a03dad79a600ddb91aeed5b0e3c7e
parentMerge pull request #150406 from NixOS/backport-150289-to-release-21.11 (diff)
downloadnixpkgs-origin/backport-150511-to-release-21.11.tar.gz
This release included a fix for the Log4j vulnerability. https://www.graylog.org/post/graylog-update-for-log4j (cherry picked from commit 6dd67c31d2828ec8483c60fe54d8fc10af225fc8)
-rw-r--r--pkgs/tools/misc/graylog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/graylog/default.nix b/pkgs/tools/misc/graylog/default.nix
index 729cfbc283f9..3fd00a5e411d 100644
--- a/pkgs/tools/misc/graylog/default.nix
+++ b/pkgs/tools/misc/graylog/default.nix
@@ -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;