nixpkgs/pkgs/tools/misc/graylog/5.0.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
259 B
Nix
Raw Normal View History

2023-04-24 17:34:54 +03:00
{ callPackage, lib, ...}:
let
buildGraylog = callPackage ./graylog.nix {};
in buildGraylog {
2023-06-28 19:52:05 +03:00
version = "5.0.8";
sha256 = "sha256-TGJm2PGoXaLhlzyfSWKScEJxEGObTVttpEEaczsXHiA=";
2023-04-24 17:34:54 +03:00
maintainers = [ lib.maintainers.f2k1de ];
license = lib.licenses.sspl;
}