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