nagios: 4.4.4 -> 4.4.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions
This commit is contained in:
R. RyanTM 2019-09-27 14:32:40 -07:00
parent 96ac71d680
commit b93dd3d2c5

View file

@ -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 ];