mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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
This commit is contained in:
parent
c3bc043866
commit
4ceb173a6f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue