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

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

10 lines
260 B
Nix
Raw Normal View History

2023-08-07 19:49:48 +02:00
{ callPackage, lib, ...}:
let
buildGraylog = callPackage ./graylog.nix {};
in buildGraylog {
2024-02-08 19:56:33 +01:00
version = "5.1.11";
sha256 = "sha256-xvG9COKMNgHg5zzyCRfXsfrW3C2Gwbdxf8PMXQnJ2yg=";
2023-08-07 19:49:48 +02:00
maintainers = [ lib.maintainers.f2k1de ];
license = lib.licenses.sspl;
}