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