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 14:34:54 +00:00
{ callPackage, lib, ...}:
let
buildGraylog = callPackage ./graylog.nix {};
in buildGraylog {
2023-05-16 16:49:43 +00:00
version = "5.0.7";
sha256 = "sha256-wGw7j1vBa0xcoyfrK7xlLGKElF1SV2ijn+uQ8COj87Y=";
2023-04-24 14:34:54 +00:00
maintainers = [ lib.maintainers.f2k1de ];
license = lib.licenses.sspl;
}