Unverified Commit 6dc55d65 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

graylog-6_1: init at 6.1.8 (#358783)

parents 96ed544a ad312d30
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
{ 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;
}
+7 −0
Original line number Diff line number Diff line
@@ -3598,6 +3598,13 @@ with pkgs;
  graylog-6_0 = callPackage ../tools/misc/graylog/6.0.nix { };
  inherit
    ({
      graylog-6_1 = callPackage ../tools/misc/graylog/6.1.nix { };
    })
    graylog-6_1
    ;
  graylogPlugins = recurseIntoAttrs (
    callPackage ../tools/misc/graylog/plugins.nix { graylogPackage = graylog-6_0; }
  );