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
259 B
Nix
Raw Normal View History

2023-08-07 17:49:48 +00:00
{ callPackage, lib, ...}:
let
buildGraylog = callPackage ./graylog.nix {};
in buildGraylog {
version = "5.1.4";
sha256 = "sha256-ZuzmNbc+qB6oYCnR5iAsSEQGTB+pk+ghF0/+O3BTLkA=";
maintainers = [ lib.maintainers.f2k1de ];
license = lib.licenses.sspl;
}