repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lucenepp: fix darwin build (#376776)
[NixPkgs.git]
/
pkgs
/
tools
/
misc
/
graylog
/
5.1.nix
blob
e20bb9a14bf3fba12569cadc8038df0f6dcf948a
1
{ callPackage, lib, ... }:
2
let
3
buildGraylog = callPackage ./graylog.nix { };
4
in
5
buildGraylog {
6
version = "5.1.13";
7
hash = "sha256-qjNJ51EbPjtDR5h4DElpSblj/c8WarXxPfcLTuTx5AQ=";
8
maintainers = [ lib.maintainers.f2k1de ];
9
license = lib.licenses.sspl;
10
}