zabbix70: 7.0.10 -> 7.0.11 (#393989)

This commit is contained in:
Aaron Andersen 2025-03-29 19:27:16 -04:00 committed by GitHub
commit 1c2f1b30b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 5 deletions

View File

@ -3639,6 +3639,11 @@
githubId = 200617; githubId = 200617;
name = "Ben Sima"; name = "Ben Sima";
}; };
bstanderline = {
name = "bstanderline";
github = "bstanderline";
githubId = 153822813;
};
btlvr = { btlvr = {
email = "btlvr@protonmail.com"; email = "btlvr@protonmail.com";
github = "btlvr"; github = "btlvr";

View File

@ -48,6 +48,7 @@ import ./versions.nix (
license = license =
if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
bstanderline
mmahut mmahut
psyanticy psyanticy
]; ];

View File

@ -83,7 +83,10 @@ import ./versions.nix (
homepage = "https://www.zabbix.com/"; homepage = "https://www.zabbix.com/";
license = license =
if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ aanderse ]; maintainers = with lib.maintainers; [
aanderse
bstanderline
];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -126,7 +126,10 @@ import ./versions.nix (
homepage = "https://www.zabbix.com/"; homepage = "https://www.zabbix.com/";
license = license =
if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ mmahut ]; maintainers = with lib.maintainers; [
bstanderline
mmahut
];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View File

@ -126,6 +126,7 @@ import ./versions.nix (
license = license =
if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
bstanderline
mmahut mmahut
psyanticy psyanticy
]; ];

View File

@ -1,7 +1,7 @@
generic: { generic: {
v70 = generic { v70 = generic {
version = "7.0.10"; version = "7.0.11";
hash = "sha256-7tY+06QNva7EgTnBVu1SbbYLUIXbSlzJWpG08ISyGUg="; hash = "sha256-r9VNy3bRuFvJAL+ZQEbKjCAS3+AvetnWAwFjLxFVuGU=";
vendorHash = null; vendorHash = null;
}; };
v64 = generic { v64 = generic {

View File

@ -33,7 +33,10 @@ import ./versions.nix (
homepage = "https://www.zabbix.com/"; homepage = "https://www.zabbix.com/";
license = license =
if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus; if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ mmahut ]; maintainers = with lib.maintainers; [
bstanderline
mmahut
];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }