From e702d7d82eff2b9b4587239cd30f5e0fae1d1128 Mon Sep 17 00:00:00 2001 From: Benno Bielmeier Date: Wed, 16 Oct 2024 14:41:35 +0200 Subject: [PATCH] graylog-5_2: 5.2.9 -> 5.2.12 --- pkgs/tools/misc/graylog/5.2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/graylog/5.2.nix b/pkgs/tools/misc/graylog/5.2.nix index 09533496d59f7..b93603c1366cd 100644 --- a/pkgs/tools/misc/graylog/5.2.nix +++ b/pkgs/tools/misc/graylog/5.2.nix @@ -2,8 +2,8 @@ let buildGraylog = callPackage ./graylog.nix {}; in buildGraylog { - version = "5.2.9"; - hash = "sha256-xvKFHAWUb1cqARWH57AOEdRzj5W7n0AgIUkEOBuRumo="; + version = "5.2.12"; + hash = "sha256-VF6eLOYfnIROPj1pvyV1G3TKGj/rAa2spc/oel4LFwk="; maintainers = [ lib.maintainers.f2k1de ]; license = lib.licenses.sspl; }