From 4ceb173a6f67b8131bf271cc88212c0a5937a7df Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 1 Jul 2026 12:09:15 +0200 Subject: [PATCH] icinga2: 2.15.1 -> 2.15.5 Release notes (latest first): - https://github.com/Icinga/icinga2/releases/tag/v2.15.5 - https://github.com/Icinga/icinga2/releases/tag/v2.15.4 - https://github.com/Icinga/icinga2/releases/tag/v2.15.3 - https://github.com/Icinga/icinga2/releases/tag/v2.15.2 GitHub security advisories (worse first): - https://github.com/Icinga/icinga2/security/advisories/GHSA-vj39-ww8j-vvx5 - https://github.com/Icinga/icinga2/security/advisories/GHSA-jgqj-x5j9-vgcm - https://github.com/Icinga/icinga2/security/advisories/GHSA-wh38-wg57-5w7g Not-cherry-picked-because: unstable already has a higher Icinga 2 version --- pkgs/by-name/ic/icinga2/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ic/icinga2/package.nix b/pkgs/by-name/ic/icinga2/package.nix index 69aff4ef2cc5..8d5272aa93d2 100644 --- a/pkgs/by-name/ic/icinga2/package.nix +++ b/pkgs/by-name/ic/icinga2/package.nix @@ -30,13 +30,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "icinga2${nameSuffix}"; - version = "2.15.1"; + version = "2.15.5"; src = fetchFromGitHub { owner = "icinga"; repo = "icinga2"; rev = "v${finalAttrs.version}"; - hash = "sha256-w/eD07yzBm3x4G74OuGwkmpBzj63UoklmcKxVi5lx8E="; + hash = "sha256-39yGo0pwq+hkpc9re7hOb7HXyWTwsdEMTRWYzZxjAvo="; }; patches = [