icinga2-agent: 2.13.3 -> 2.13.5

This commit is contained in:
R. Ryantm 2022-08-14 11:09:33 +00:00
parent 5c37f7fa7e
commit 7a49222e12

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "icinga2${nameSuffix}";
version = "2.13.3";
version = "2.13.5";
src = fetchFromGitHub {
owner = "icinga";
repo = "icinga2";
rev = "v${version}";
sha256 = "sha256:1z8wzhlhl8vb7m8axvayfyqgf86lz67gaa02n3r17049vwswdgmb";
sha256 = "sha256-XVA3VIGmj3mXfx2eIJ5X4hfjRrnZaAHYMPRyy9+9QGc=";
};
patches = [