From f077b3d5e677d1b086901317ed2cd5f91223c19b Mon Sep 17 00:00:00 2001 From: Benno Bielmeier Date: Wed, 16 Oct 2024 13:52:35 +0200 Subject: [PATCH] graylog-6_0: 6.0.4 -> 6.0.8 Changlog can be found here: https://go2docs.graylog.org/6-0/changelogs/changelog.html#Graylog608 --- pkgs/tools/misc/graylog/6.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/graylog/6.0.nix b/pkgs/tools/misc/graylog/6.0.nix index eab48ab27be89..6ce8484b4d062 100644 --- a/pkgs/tools/misc/graylog/6.0.nix +++ b/pkgs/tools/misc/graylog/6.0.nix @@ -2,8 +2,8 @@ let buildGraylog = callPackage ./graylog.nix {}; in buildGraylog { - version = "6.0.4"; - hash = "sha256-PU7AepIRwx7FibBkZaQUWUy3v2MeM7cS77FH28aj8I8="; + version = "6.0.8"; + hash = "sha256-j+TkXoogRd24oo0grzDGGEOyQlf2+cMxY3nKCWamS6c="; maintainers = with lib.maintainers; [ bbenno ]; license = lib.licenses.sspl; }