mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:07:50 +00:00
Merge pull request #319954 from r-ryantm/auto-update/nagios
nagios: 4.5.2 -> 4.5.3
This commit is contained in:
commit
dad33269ef
@ -15,13 +15,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nagios";
|
||||
version = "4.5.2";
|
||||
version = "4.5.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NagiosEnterprises";
|
||||
repo = "nagioscore";
|
||||
rev = "refs/tags/nagios-${finalAttrs.version}";
|
||||
hash = "sha256-LD572aR6g67pH3QllnLD3g0bnck+vlC/YTN83WamHRs=";
|
||||
hash = "sha256-irr6JVCE3krcD3kScGR8maSbvsNPeQFqWm5oNl9OhQU=";
|
||||
};
|
||||
|
||||
patches = [ ./nagios.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user