nagios: 4.0.7 -> 4.0.8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
32183417fa
commit
53adb67395
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, perl, php, gd, libpng, zlib }:
|
{ stdenv, fetchurl, perl, php, gd, libpng, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "nagios-4.0.7";
|
name = "nagios-${version}";
|
||||||
|
version = "4.0.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/nagios/nagios-4.x/nagios-4.0.7/nagios-4.0.7.tar.gz;
|
url = "mirror://sourceforge/nagios/nagios-4.x/${name}/${name}.tar.gz";
|
||||||
sha256 = "1687qnbsag84r57y9745g2klypacfixd6gkzaj42lmzn0v8y27gg";
|
sha256 = "0jyad39wa318613awlnpczrrakvjcipz8qp1mdsig1cp1hjqs9lb";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./nagios.patch ];
|
patches = [ ./nagios.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user