about summary refs log tree commit diff
path: root/pkgs/tools/misc/graylog/3.3.nix
blob: fc93b9fc5829a14fc8c6d60410a437f1f683089b (plain) (blame)
1
2
3
4
5
6
7
8
9
{ callPackage, lib }:
let
  buildGraylog = callPackage ./graylog.nix {};
in buildGraylog {
  version = "3.3.16";
  sha256 = "sha256-P/cnfYKnMSnDD4otEyirKlLaFduyfSO9sao4BY3c3Z4=";
  maintainers = [ lib.maintainers.fadenb ];
  license = lib.licenses.gpl3;
}