nagios: 4.5.9 -> 4.5.10

This commit is contained in:
R. Ryantm
2025-10-29 10:18:31 +00:00
parent e6e136583d
commit 440aca879a

View File

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