graylog-5_2: 5.2.9 -> 5.2.12

This commit is contained in:
Benno Bielmeier
2024-11-24 18:35:43 +01:00
parent 2d7c55054a
commit e702d7d82e
+2 -2
View File
@@ -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;
}