zabbix70: 7.0.10 -> 7.0.11 (#393989)
This commit is contained in:
commit
1c2f1b30b5
@ -3639,6 +3639,11 @@
|
||||
githubId = 200617;
|
||||
name = "Ben Sima";
|
||||
};
|
||||
bstanderline = {
|
||||
name = "bstanderline";
|
||||
github = "bstanderline";
|
||||
githubId = 153822813;
|
||||
};
|
||||
btlvr = {
|
||||
email = "btlvr@protonmail.com";
|
||||
github = "btlvr";
|
||||
|
@ -48,6 +48,7 @@ import ./versions.nix (
|
||||
license =
|
||||
if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
bstanderline
|
||||
mmahut
|
||||
psyanticy
|
||||
];
|
||||
|
@ -83,7 +83,10 @@ import ./versions.nix (
|
||||
homepage = "https://www.zabbix.com/";
|
||||
license =
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
@ -126,7 +126,10 @@ import ./versions.nix (
|
||||
homepage = "https://www.zabbix.com/";
|
||||
license =
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
@ -126,6 +126,7 @@ import ./versions.nix (
|
||||
license =
|
||||
if (lib.versions.major version >= "7") then lib.licenses.agpl3Only else lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
bstanderline
|
||||
mmahut
|
||||
psyanticy
|
||||
];
|
||||
|
@ -1,7 +1,7 @@
|
||||
generic: {
|
||||
v70 = generic {
|
||||
version = "7.0.10";
|
||||
hash = "sha256-7tY+06QNva7EgTnBVu1SbbYLUIXbSlzJWpG08ISyGUg=";
|
||||
version = "7.0.11";
|
||||
hash = "sha256-r9VNy3bRuFvJAL+ZQEbKjCAS3+AvetnWAwFjLxFVuGU=";
|
||||
vendorHash = null;
|
||||
};
|
||||
v64 = generic {
|
||||
|
@ -33,7 +33,10 @@ import ./versions.nix (
|
||||
homepage = "https://www.zabbix.com/";
|
||||
license =
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user