zabbix70: 7.0.10 -> 7.0.11 (#393989)

authored by

Aaron Andersen and committed by
GitHub
1c2f1b30 c9947f03

+21 -5
+5
maintainers/maintainer-list.nix
··· 3639 githubId = 200617; 3640 name = "Ben Sima"; 3641 }; 3642 btlvr = { 3643 email = "btlvr@protonmail.com"; 3644 github = "btlvr";
··· 3639 githubId = 200617; 3640 name = "Ben Sima"; 3641 }; 3642 + bstanderline = { 3643 + name = "bstanderline"; 3644 + github = "bstanderline"; 3645 + githubId = 153822813; 3646 + }; 3647 btlvr = { 3648 email = "btlvr@protonmail.com"; 3649 github = "btlvr";
+1
pkgs/servers/monitoring/zabbix/agent.nix
··· 48 license = 49 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 50 maintainers = with lib.maintainers; [ 51 mmahut 52 psyanticy 53 ];
··· 48 license = 49 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 50 maintainers = with lib.maintainers; [ 51 + bstanderline 52 mmahut 53 psyanticy 54 ];
+4 -1
pkgs/servers/monitoring/zabbix/agent2.nix
··· 83 homepage = "https://www.zabbix.com/"; 84 license = 85 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 86 - maintainers = with lib.maintainers; [ aanderse ]; 87 platforms = lib.platforms.unix; 88 }; 89 }
··· 83 homepage = "https://www.zabbix.com/"; 84 license = 85 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 86 + maintainers = with lib.maintainers; [ 87 + aanderse 88 + bstanderline 89 + ]; 90 platforms = lib.platforms.unix; 91 }; 92 }
+4 -1
pkgs/servers/monitoring/zabbix/proxy.nix
··· 126 homepage = "https://www.zabbix.com/"; 127 license = 128 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 129 - maintainers = with lib.maintainers; [ mmahut ]; 130 platforms = lib.platforms.linux; 131 }; 132 }
··· 126 homepage = "https://www.zabbix.com/"; 127 license = 128 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 129 + maintainers = with lib.maintainers; [ 130 + bstanderline 131 + mmahut 132 + ]; 133 platforms = lib.platforms.linux; 134 }; 135 }
+1
pkgs/servers/monitoring/zabbix/server.nix
··· 126 license = 127 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 128 maintainers = with lib.maintainers; [ 129 mmahut 130 psyanticy 131 ];
··· 126 license = 127 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 128 maintainers = with lib.maintainers; [ 129 + bstanderline 130 mmahut 131 psyanticy 132 ];
+2 -2
pkgs/servers/monitoring/zabbix/versions.nix
··· 1 generic: { 2 v70 = generic { 3 - version = "7.0.10"; 4 - hash = "sha256-7tY+06QNva7EgTnBVu1SbbYLUIXbSlzJWpG08ISyGUg="; 5 vendorHash = null; 6 }; 7 v64 = generic {
··· 1 generic: { 2 v70 = generic { 3 + version = "7.0.11"; 4 + hash = "sha256-r9VNy3bRuFvJAL+ZQEbKjCAS3+AvetnWAwFjLxFVuGU="; 5 vendorHash = null; 6 }; 7 v64 = generic {
+4 -1
pkgs/servers/monitoring/zabbix/web.nix
··· 33 homepage = "https://www.zabbix.com/"; 34 license = 35 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 36 - maintainers = with lib.maintainers; [ mmahut ]; 37 platforms = lib.platforms.linux; 38 }; 39 }
··· 33 homepage = "https://www.zabbix.com/"; 34 license = 35 if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; 36 + maintainers = with lib.maintainers; [ 37 + bstanderline 38 + mmahut 39 + ]; 40 platforms = lib.platforms.linux; 41 }; 42 }