zabbix70: 7.0.10 -> 7.0.11 (#393989)
This commit is contained in:
commit
1c2f1b30b5
@ -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";
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user