Merge pull request #287289 from f2k1de/graylog-5.1.11

graylog-5_1: 5.1.7 -> 5.1.11
This commit is contained in:
Sandro 2024-02-10 14:29:31 +01:00 committed by GitHub
commit e60eaafbfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
let
buildGraylog = callPackage ./graylog.nix {};
in buildGraylog {
version = "5.1.7";
sha256 = "sha256-OIdDBrLJEXhnQF98F0ncsoYcrH4KtHUz9Di1Jefsi6w=";
version = "5.1.11";
sha256 = "sha256-xvG9COKMNgHg5zzyCRfXsfrW3C2Gwbdxf8PMXQnJ2yg=";
maintainers = [ lib.maintainers.f2k1de ];
license = lib.licenses.sspl;
}