Update GeoIP

This commit is contained in:
Michael Raskin 2014-10-07 10:28:52 +04:00
parent c16cce3204
commit e465806c5e

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl }:
let version = "1.6.0"; in
let version = "1.6.2"; in
stdenv.mkDerivation {
name = "geoip-${version}";
@ -15,5 +15,7 @@ stdenv.mkDerivation {
maintainers = [ stdenv.lib.maintainers.raskin ];
license = stdenv.lib.licenses.lgpl21;
platforms = stdenv.lib.platforms.unix;
homepage = "http://geolite.maxmind.com/";
downloadPage = "http://geolite.maxmind.com/download/";
};
}