ntopng: update from 1.2.0 to 1.2.1

Successfully tested with the NixOS ntopng service.
This commit is contained in:
Bjørn Forsman 2014-09-27 15:41:58 +02:00
parent 273aa589d2
commit a6c7c1db7f

View File

@ -6,7 +6,7 @@
# directory. # directory.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ntopng-1.2.0_r8116"; name = "ntopng-1.2.1";
geoLiteCity = fetchurl { geoLiteCity = fetchurl {
url = "http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz"; url = "http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz";
@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
}; };
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/project/ntop/ntopng/old/${name}.tgz"; url = "mirror://sourceforge/project/ntop/ntopng/${name}.tgz";
sha256 = "0y7xc0l77k2qi2qalwfqiw2z361hdypirfv4k5gi652pb20jc9j6"; sha256 = "1db83cd1v4ivl8hxzzdvvdcgk22ji7mwrfnd5nnwll6kb11i364v";
}; };
patches = [ patches = [