geolite-legacy -> 2015-06-03
This commit is contained in:
parent
d144ece04e
commit
bcc8eeca48
@ -8,19 +8,19 @@ let
|
|||||||
|
|
||||||
# Annoyingly, these files are updated without a change in URL. This means that
|
# Annoyingly, these files are updated without a change in URL. This means that
|
||||||
# builds will start failing every month or so, until the hashes are updated.
|
# builds will start failing every month or so, until the hashes are updated.
|
||||||
version = "2015-06-02";
|
version = "2015-06-03";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "geolite-legacy-${version}";
|
name = "geolite-legacy-${version}";
|
||||||
|
|
||||||
srcGeoIP = fetchDB "GeoLiteCountry/GeoIP.dat.gz"
|
srcGeoIP = fetchDB "GeoLiteCountry/GeoIP.dat.gz"
|
||||||
"15p8is7jml8xsy7a8afsjq7q20pkisbk5b7nj465ljaz5svq6rgv";
|
"1cd25xsw214bdmc657q3a1dcivjnh6ravdsgia2w7q8bq8g61yfp";
|
||||||
srcGeoIPv6 = fetchDB "GeoIPv6.dat.gz"
|
srcGeoIPv6 = fetchDB "GeoIPv6.dat.gz"
|
||||||
"0apiypf500k9k89x6zm1109gw6j9xs83c80iyl17rxlik1hhqf8g";
|
"1vi82p41vas18yp17yk236pn1xamsi9662aav79fa0hm43i3ydx3";
|
||||||
srcGeoLiteCity = fetchDB "GeoLiteCity.dat.xz"
|
srcGeoLiteCity = fetchDB "GeoLiteCity.dat.xz"
|
||||||
"12j44586jmvk1jnxs345lgdgl9izn51xgh1m2jm7lklsyw13b2nk";
|
"12j44586jmvk1jnxs345lgdgl9izn51xgh1m2jm7lklsyw13b2nk";
|
||||||
srcGeoLiteCityv6 = fetchDB "GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz"
|
srcGeoLiteCityv6 = fetchDB "GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz"
|
||||||
"1jlxd60l7ic7md0d93fhiyd2vqms1fcirp6wkm0glh347j64srsb";
|
"0xjzg76vdsayxyy1yyw64w781vad4c9nbhw61slh2qmazdr360g9";
|
||||||
srcGeoIPASNum = fetchDB "asnum/GeoIPASNum.dat.gz"
|
srcGeoIPASNum = fetchDB "asnum/GeoIPASNum.dat.gz"
|
||||||
"0zccfd1wsny3n1f3wgkb071pp6z01nmk0p6nngha0gwnywchvbx4";
|
"0zccfd1wsny3n1f3wgkb071pp6z01nmk0p6nngha0gwnywchvbx4";
|
||||||
srcGeoIPASNumv6 = fetchDB "asnum/GeoIPASNumv6.dat.gz"
|
srcGeoIPASNumv6 = fetchDB "asnum/GeoIPASNumv6.dat.gz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user