mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
geolite-legacy 2015-10-06 -> 2015-10-08
This commit is contained in:
parent
0e9bc96889
commit
9108533d4e
@ -8,23 +8,23 @@ 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-10-06";
|
version = "2015-10-08";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "geolite-legacy-${version}";
|
name = "geolite-legacy-${version}";
|
||||||
|
|
||||||
srcGeoIP = fetchDB
|
srcGeoIP = fetchDB
|
||||||
"GeoLiteCountry/GeoIP.dat.gz" "GeoIP.dat.gz"
|
"GeoLiteCountry/GeoIP.dat.gz" "GeoIP.dat.gz"
|
||||||
"1kmm6yr3b8ji98d3zybhi8ark0ln51dwl0sypmczgygwamdjabb4";
|
"15n4lsznp7r9s56nbmpncmsg6v1dqagrqvax96x5azydh1hsipmw";
|
||||||
srcGeoIPv6 = fetchDB
|
srcGeoIPv6 = fetchDB
|
||||||
"GeoIPv6.dat.gz" "GeoIPv6.dat.gz"
|
"GeoIPv6.dat.gz" "GeoIPv6.dat.gz"
|
||||||
"1q5vgk522wq5ybhbw86zk8njgg611kc46a22vkrp08vklbni3akz";
|
"1q5vgk522wq5ybhbw86zk8njgg611kc46a22vkrp08vklbni3akz";
|
||||||
srcGeoLiteCity = fetchDB
|
srcGeoLiteCity = fetchDB
|
||||||
"GeoLiteCity.dat.xz" "GeoIPCity.dat.xz"
|
"GeoLiteCity.dat.xz" "GeoIPCity.dat.xz"
|
||||||
"12qkd5fh05lywr5mp1w8y5fyc8jkd6i4icar24fnnngxs4pzly4w";
|
"09zx8g9s0chl6kxpglq8lzb89y4r27vhyy6ym60883jlgi9ibv11";
|
||||||
srcGeoLiteCityv6 = fetchDB
|
srcGeoLiteCityv6 = fetchDB
|
||||||
"GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz" "GeoIPCityv6.dat.gz"
|
"GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz" "GeoIPCityv6.dat.gz"
|
||||||
"0jgl439hb3n5kw1zvn322lyy8jjr0agdgq7xf6s4jpylblkdw6p1";
|
"0sb83drgy8px8gpk87pc4x6y65idwdg4yqmlqiql1yndmazxdzv6";
|
||||||
srcGeoIPASNum = fetchDB
|
srcGeoIPASNum = fetchDB
|
||||||
"asnum/GeoIPASNum.dat.gz" "GeoIPASNum.dat.gz"
|
"asnum/GeoIPASNum.dat.gz" "GeoIPASNum.dat.gz"
|
||||||
"05j2nygvb7xi4s636dik12vgrdi37q5fdv5k3liqgswf9z0msz81";
|
"05j2nygvb7xi4s636dik12vgrdi37q5fdv5k3liqgswf9z0msz81";
|
||||||
|
Loading…
Reference in New Issue
Block a user