Merge pull request #264261 from f2k1de/graylog-5.1.7

graylog-5_1: 5.1.4 -> 5.1.7
This commit is contained in:
Lassulus 2023-11-17 09:18:14 +01:00 committed by GitHub
commit a2daa0fdde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
let
buildGraylog = callPackage ./graylog.nix {};
in buildGraylog {
version = "5.1.4";
sha256 = "sha256-ZuzmNbc+qB6oYCnR5iAsSEQGTB+pk+ghF0/+O3BTLkA=";
version = "5.1.7";
sha256 = "sha256-OIdDBrLJEXhnQF98F0ncsoYcrH4KtHUz9Di1Jefsi6w=";
maintainers = [ lib.maintainers.f2k1de ];
license = lib.licenses.sspl;
}