nagios: 4.5.11 -> 4.5.13
Diff: https://github.com/NagiosEnterprises/nagioscore/compare/nagios-4.5.11...nagios-4.5.13 Changelog: https://github.com/NagiosEnterprises/nagioscore/blob/nagios-4.5.13/Changelog
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nagios";
|
||||
version = "4.5.11";
|
||||
version = "4.5.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NagiosEnterprises";
|
||||
repo = "nagioscore";
|
||||
tag = "nagios-${finalAttrs.version}";
|
||||
hash = "sha256-RUiEVCOqEo0+oD6GPl9U3Y4C2Fz4uOGgSaBC+WIkxjs=";
|
||||
hash = "sha256-6d49LhnerArXM2tTjyEe0/PU/THqxxptaSaBCKJzkiU=";
|
||||
};
|
||||
|
||||
patches = [ ./nagios.patch ];
|
||||
|
||||
Reference in New Issue
Block a user