Merge pull request #69703 from r-ryantm/auto-update/nagios
nagios: 4.4.4 -> 4.4.5
This commit is contained in:
commit
034bf58d34
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nagios";
|
||||
version = "4.4.4";
|
||||
version = "4.4.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/nagios/nagios-4.x/${pname}-${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "0nkbv8lzpiknddiq0466dlpp3hw8lqmaidk8931hp4664cdsaw57";
|
||||
sha256 = "079rgi3dqdg6h511c96hrch62rxsap9p4x37hm2nj672zb9f4sdz";
|
||||
};
|
||||
|
||||
patches = [ ./nagios.patch ];
|
||||
|
|
Loading…
Reference in a new issue