nagios: 4.4.1 -> 4.4.2 (#45558)
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:
parent
c4e8f4b442
commit
96ae011720
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nagios-${version}";
|
name = "nagios-${version}";
|
||||||
version = "4.4.1";
|
version = "4.4.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/nagios/nagios-4.x/${name}/${name}.tar.gz";
|
url = "mirror://sourceforge/nagios/nagios-4.x/${name}/${name}.tar.gz";
|
||||||
sha256 = "0j09jawjrbp5n7gwyb5mkq7l2dmg6fl03695salral66fs95s8nq";
|
sha256 = "0lv8fgqbxza0rwd0gy3jsy85ljgsi3vhvzacr346va3a68zr461l";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./nagios.patch ];
|
patches = [ ./nagios.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user