zabbix: Multiple Versions (#489460)

This commit is contained in:
Rick van Schijndel
2026-03-05 17:06:51 +00:00
committed by GitHub
3 changed files with 7 additions and 11 deletions
+6 -10
View File
@@ -1,18 +1,14 @@
generic: {
v74 = generic {
version = "7.4.6";
hash = "sha256-zMGw1psEFzsOeu7KlHi7b11JmccdTtUPgXNRvwEaaYs=";
};
v72 = generic {
version = "7.2.15";
hash = "sha256-twEwY7nGJWoYX25gAe/31DuDGxg6o5Ez1u5STQVw6Fw=";
version = "7.4.7";
hash = "sha256-FsOZQv6yg9euoX6Ccfy0/9usBpkVYVjcs3IZZ095m9g=";
};
v70 = generic {
version = "7.0.22";
hash = "sha256-enR5SyEkYH2ANr42zBBNoFai+2U4EchKy+KfP22Xhgo=";
version = "7.0.23";
hash = "sha256-Q+pfyx5dsl50vcg+qJNtebgJO2FK9OiJQXSFvHTwYeI=";
};
v60 = generic {
version = "6.0.43";
hash = "sha256-FsRgW9sd1AYIIUjyz+eM8zV6uJuDdpVS4xfw+MB+HpY=";
version = "6.0.44";
hash = "sha256-TveW2ofMnm3PXUPwoklTPe48tI6dED/dAQKjwO2P4F4=";
};
}
+1
View File
@@ -2418,6 +2418,7 @@ mapAliases {
youtube-music = lib.warnOnInstantiate "'youtube-music' has been renamed to 'pear-desktop'" pear-desktop; # Added 2025-12-23
yubikey-manager-qt = throw "'yubikey-manager-qt' has been removed due to being archived upstream. Consider using 'yubioath-flutter' instead."; # Added 2025-06-07
yubikey-personalization-gui = throw "'yubikey-personalization-gui' has been removed due to being archived upstream. Consider using 'yubioath-flutter' instead."; # Added 2025-06-07
zabbix72 = throw "'zabbix72' was removed as it has reached its end of life"; # Added 2026-02-11
zandronum-alpha = throw "'zandronum-alpha' has been removed as it was broken and the stable version has caught up"; # Added 2025-10-19
zandronum-alpha-server = throw "'zandronum-alpha-server' has been removed as it was broken and the stable version has caught up"; # Added 2025-10-19
zashboard = throw "'zashboard' has been removed because upstream repository source code has been deleted"; # Added 2025-12-29
-1
View File
@@ -8508,7 +8508,6 @@ with pkgs;
};
zabbix74 = recurseIntoAttrs (zabbixFor "v74");
zabbix72 = recurseIntoAttrs (zabbixFor "v72");
zabbix70 = recurseIntoAttrs (zabbixFor "v70");
zabbix60 = recurseIntoAttrs (zabbixFor "v60");