graylog-6_0: 6.0.4 -> 6.0.8

Changlog can be found here:
https://go2docs.graylog.org/6-0/changelogs/changelog.html#Graylog608
This commit is contained in:
Benno Bielmeier
2024-10-16 13:52:35 +02:00
parent d657cbc539
commit f077b3d5e6
+2 -2
View File
@@ -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;
}