Merge pull request #90597 from fadenb/graylog_3.3.1_with_plugins
graylog: 3.3.0 -> 3.3.1 (with plugins)
This commit is contained in:
commit
731e5754cb
2 changed files with 7 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "graylog";
|
pname = "graylog";
|
||||||
version = "3.3.0";
|
version = "3.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
|
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
|
||||||
sha256 = "1ydplg2lifql5s4bh64a4lwqp1q5vrvbljhn1pnxv9vz0ab73q1k";
|
sha256 = "1jcv2dqm49vbz810ypv024r3lqgz804l06yhhwshrih61xzj7dvh";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
|
@ -64,10 +64,10 @@ in {
|
||||||
enterprise-integrations = glPlugin rec {
|
enterprise-integrations = glPlugin rec {
|
||||||
name = "graylog-enterprise-integrations-${version}";
|
name = "graylog-enterprise-integrations-${version}";
|
||||||
pluginName = "graylog-plugin-enterprise-integrations";
|
pluginName = "graylog-plugin-enterprise-integrations";
|
||||||
version = "3.3.0";
|
version = "3.3.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.graylog.org/releases/graylog-enterprise-integrations/graylog-enterprise-integrations-plugins-${version}.tgz";
|
url = "https://downloads.graylog.org/releases/graylog-enterprise-integrations/graylog-enterprise-integrations-plugins-${version}.tgz";
|
||||||
sha256 = "1480ccii3nzvm0jp1xm2iddgc789zcwbgd19201q7p3v0ph02yj8";
|
sha256 = "0la91f5hfakrp5d37q3r1z15zzya9vmwgp8gf5ifkh6fasa811ll";
|
||||||
};
|
};
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
@ -75,7 +75,7 @@ in {
|
||||||
cp ${pluginName}-${version}.jar $out/bin/${pluginName}-${version}.jar
|
cp ${pluginName}-${version}.jar $out/bin/${pluginName}-${version}.jar
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://docs.graylog.org/en/3.2/pages/integrations.html#enterprise";
|
homepage = "https://docs.graylog.org/en/3.3/pages/integrations.html#enterprise";
|
||||||
description = "Integrations are tools that help Graylog work with external systems (unfree enterprise integrations)";
|
description = "Integrations are tools that help Graylog work with external systems (unfree enterprise integrations)";
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
};
|
};
|
||||||
|
@ -96,10 +96,10 @@ in {
|
||||||
integrations = glPlugin rec {
|
integrations = glPlugin rec {
|
||||||
name = "graylog-integrations-${version}";
|
name = "graylog-integrations-${version}";
|
||||||
pluginName = "graylog-plugin-integrations";
|
pluginName = "graylog-plugin-integrations";
|
||||||
version = "3.3.0";
|
version = "3.3.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.graylog.org/releases/graylog-integrations/graylog-integrations-plugins-${version}.tgz";
|
url = "https://downloads.graylog.org/releases/graylog-integrations/graylog-integrations-plugins-${version}.tgz";
|
||||||
sha256 = "08cpxviwk2p4zsgbr2h3symr88rf3fjfz1kkg4iglvdc5mqf71xx";
|
sha256 = "1k90q50p4ly9d8fj0riyb1xw0bd6f8wm2xmkr71908j2v0jaskpq";
|
||||||
};
|
};
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
Loading…
Reference in a new issue