Merge pull request #66001 from r-ryantm/auto-update/nagios

nagios: 4.4.3 -> 4.4.4
This commit is contained in:
Marek Mahut 2019-08-07 11:35:16 +02:00 committed by GitHub
commit e62a45e45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nagios-${version}";
version = "4.4.3";
version = "4.4.4";
src = fetchurl {
url = "mirror://sourceforge/nagios/nagios-4.x/${name}/${name}.tar.gz";
sha256 = "0rwzlj6qp8hq931rw6s255b33ggmc2fcxs74g9x2zxwcvklg1a5v";
sha256 = "0nkbv8lzpiknddiq0466dlpp3hw8lqmaidk8931hp4664cdsaw57";
};
patches = [ ./nagios.patch ];