3
0
Fork 0
forked from mirrors/nixpkgs

geoip: update from 1.4.6 to 1.6.0

This commit is contained in:
Peter Simons 2014-01-21 20:23:34 +01:00
parent ab8c539049
commit 397550afe5
2 changed files with 6 additions and 7 deletions

View file

@ -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 = [

View file

@ -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";
}