graylog-6_0: 6.0.8 -> 6.0.14

This commit is contained in:
bstanderline
2025-06-27 09:19:08 +01:00
parent 30e2e2857b
commit 4a8f1e03d5
+2 -2
View File
@@ -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;
}