nagios: 4.5.9 -> 4.5.10
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user