forked from mirrors/nixpkgs
geoip: update from 1.4.6 to 1.6.0
This commit is contained in:
parent
ab8c539049
commit
397550afe5
|
@ -1,5 +1,5 @@
|
|||
a :
|
||||
let
|
||||
a :
|
||||
let
|
||||
s = import ./src-for-default.nix;
|
||||
buildInputs = with a; [
|
||||
zlib
|
||||
|
@ -14,8 +14,7 @@ rec {
|
|||
|
||||
/* doConfigure should be removed if not needed */
|
||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
||||
goSrcDir = "cd GeoIP-*/";
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Geolocation API";
|
||||
maintainers = [
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
rec {
|
||||
advertisedUrl="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz";
|
||||
version = "1.4.6";
|
||||
url="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz";
|
||||
hash = "1i4ixj6ha62qqzsn23qg428cv1zjj2ip7kmas62xgivvgm02kd0n";
|
||||
name = "geoip-1.4.6";
|
||||
url="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz";
|
||||
hash = "0dd6si4cvip73kxdn43apg6yygvaf7dnk5awqfg9w2fd2ll0qnh7";
|
||||
name = "geoip-1.6.0";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue