Merge pull request #313649 from f2k1de/graylog-5.1.13

This commit is contained in:
Sandro 2024-05-22 15:51:11 +02:00 committed by GitHub
commit 7417c12687
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.11";
sha256 = "sha256-xvG9COKMNgHg5zzyCRfXsfrW3C2Gwbdxf8PMXQnJ2yg=";
version = "5.1.13";
sha256 = "sha256-qjNJ51EbPjtDR5h4DElpSblj/c8WarXxPfcLTuTx5AQ=";
maintainers = [ lib.maintainers.f2k1de ];
license = lib.licenses.sspl;
}