graylog-5_2: 5.2.9 -> 5.2.12 (#358772)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-17 02:46:06 +01:00
committed by GitHub
+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;
}