about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfadenb <fadenb@utzutzutz.net>2020-06-16 10:35:18 +0000
committerfadenb <fadenb@utzutzutz.net>2020-06-16 10:56:26 +0000
commit0181c1bd2bfc0f371b0adc0d904ec40aeb76672e (patch)
treed1cbe1ccd817b9424f31235326e96a64f8c6236c
parentcb053733b57b733919a4815f8f25ead9f3a8e20b (diff)
downloadnixlib-0181c1bd2bfc0f371b0adc0d904ec40aeb76672e.tar
nixlib-0181c1bd2bfc0f371b0adc0d904ec40aeb76672e.tar.gz
nixlib-0181c1bd2bfc0f371b0adc0d904ec40aeb76672e.tar.bz2
nixlib-0181c1bd2bfc0f371b0adc0d904ec40aeb76672e.tar.lz
nixlib-0181c1bd2bfc0f371b0adc0d904ec40aeb76672e.tar.xz
nixlib-0181c1bd2bfc0f371b0adc0d904ec40aeb76672e.tar.zst
nixlib-0181c1bd2bfc0f371b0adc0d904ec40aeb76672e.zip
graylogPlugins: Update plugins
graylog-enterprise-integrations: 3.3.0 -> 3.3.1
graylog-integrations: 3.3.0 -> 3.3.1
-rw-r--r--pkgs/tools/misc/graylog/plugins.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/misc/graylog/plugins.nix b/pkgs/tools/misc/graylog/plugins.nix
index 5dbcc7479e5d..ec6c16f53131 100644
--- a/pkgs/tools/misc/graylog/plugins.nix
+++ b/pkgs/tools/misc/graylog/plugins.nix
@@ -64,10 +64,10 @@ in {
   enterprise-integrations = glPlugin rec {
     name = "graylog-enterprise-integrations-${version}";
     pluginName = "graylog-plugin-enterprise-integrations";
-    version = "3.3.0";
+    version = "3.3.1";
     src = fetchurl {
       url = "https://downloads.graylog.org/releases/graylog-enterprise-integrations/graylog-enterprise-integrations-plugins-${version}.tgz";
-      sha256 = "1480ccii3nzvm0jp1xm2iddgc789zcwbgd19201q7p3v0ph02yj8";
+      sha256 = "0la91f5hfakrp5d37q3r1z15zzya9vmwgp8gf5ifkh6fasa811ll";
     };
     installPhase = ''
       mkdir -p $out/bin
@@ -75,7 +75,7 @@ in {
       cp ${pluginName}-${version}.jar $out/bin/${pluginName}-${version}.jar
     '';
     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)";
       license = stdenv.lib.licenses.unfree;
     };
@@ -96,10 +96,10 @@ in {
   integrations = glPlugin rec {
     name = "graylog-integrations-${version}";
     pluginName = "graylog-plugin-integrations";
-    version = "3.3.0";
+    version = "3.3.1";
     src = fetchurl {
       url = "https://downloads.graylog.org/releases/graylog-integrations/graylog-integrations-plugins-${version}.tgz";
-      sha256 = "08cpxviwk2p4zsgbr2h3symr88rf3fjfz1kkg4iglvdc5mqf71xx";
+      sha256 = "1k90q50p4ly9d8fj0riyb1xw0bd6f8wm2xmkr71908j2v0jaskpq";
     };
     installPhase = ''
       mkdir -p $out/bin