nagios: 4.5.9 -> 4.5.10 (#456697)

This commit is contained in:
Anthony
2025-11-01 14:06:14 +00:00
committed by GitHub

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nagios";
version = "4.5.9";
version = "4.5.10";
src = fetchFromGitHub {
owner = "NagiosEnterprises";
repo = "nagioscore";
tag = "nagios-${finalAttrs.version}";
hash = "sha256-aOHdMZJCrGeJ3XA3+ed3JUb7X1FdfdGiT2ytzBDAT4c=";
hash = "sha256-NnGnatzu/iFKFaofg0O2gqDqkQwg/jrBLgSmrWqef5Q=";
};
patches = [ ./nagios.patch ];