From 4a8f1e03d580ef26602ffe671c40fc67bff8ea83 Mon Sep 17 00:00:00 2001 From: bstanderline <153822813+bstanderline@users.noreply.github.com> Date: Fri, 27 Jun 2025 09:19:08 +0100 Subject: [PATCH] graylog-6_0: 6.0.8 -> 6.0.14 --- 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 76850f5091a2..e7c1499c1167 100644 --- a/pkgs/tools/misc/graylog/6.0.nix +++ b/pkgs/tools/misc/graylog/6.0.nix @@ -3,8 +3,8 @@ let buildGraylog = callPackage ./graylog.nix { }; in buildGraylog { - version = "6.0.8"; - hash = "sha256-j+TkXoogRd24oo0grzDGGEOyQlf2+cMxY3nKCWamS6c="; + version = "6.0.14"; + hash = "sha256-PH3xAO4bb5SvcqZoRoQeRaIBZdGfoRd3Kcnr603hYaI="; maintainers = with lib.maintainers; [ bbenno ]; license = lib.licenses.sspl; }