Files

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

11 lines
265 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
{ callPackage, lib, ... }:
let
buildGraylog = callPackage ./graylog.nix { };
in
buildGraylog {
version = "6.1.8";
hash = "sha256-omyV4BSY9SWDFyLcQCr0+LcjRecw9C1HtvsnCJrZX1U=";
maintainers = with lib.maintainers; [ bbenno ];
license = lib.licenses.sspl;
}