Merge pull request #269330 from anthonyroussel/updates/nagios_4_5

nagios: 4.4.14 -> 4.5.0
This commit is contained in:
Mario Rodas 2023-11-24 18:17:54 -05:00 committed by GitHub
commit 1b99d72c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "nagios";
version = "4.4.14";
version = "4.5.0";
src = fetchFromGitHub {
owner = "NagiosEnterprises";
repo = "nagioscore";
rev = "refs/tags/nagios-${version}";
hash = "sha256-EJKMgU3Nzfefq2VXxBrfDDrQZWZvj7HqKnWR9j75fGI=";
hash = "sha256-km0vB/bopysS7eejDFDKaonXzTzBonIqiw1T+C2lKiQ=";
};
patches = [ ./nagios.patch ];