mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Update GeoIP
This commit is contained in:
parent
c16cce3204
commit
e465806c5e
|
@ -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/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue