geolite-legacy: update 2015-09-03 -> 2015-09-08

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-08 01:07:24 +02:00
parent ca9158fa82
commit b313fb0997
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ let
# 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.
version = "2015-09-03";
version = "2015-09-08";
in
stdenv.mkDerivation {
name = "geolite-legacy-${version}";
@ -27,10 +27,10 @@ stdenv.mkDerivation {
"0f3y1cpjfd4q55a2kvhzsklmmp6k19v9vsdsjxr4sapc8f5fgfc9";
srcGeoIPASNum = fetchDB
"asnum/GeoIPASNum.dat.gz" "GeoIPASNum.dat.gz"
"0pg3715cjmajrfr5xad3g9z386gyk35zq3zkk7ah6sfidavik6vc";
"0jmvq6pllxj802yq1ygf487yk8qb30v7izrl82pyvqnjljkhkm5m";
srcGeoIPASNumv6 = fetchDB
"asnum/GeoIPASNumv6.dat.gz" "GeoIPASNumv6.dat.gz"
"1ajk18ydzhwflki25cp7fhzfphysgndig3h0f9p655qhsm0c3gzj";
"0hcw69mfgqfhlrf4mwfb6qa1m107k2xrxjgr3fssk3l18x0bw2br";
meta = with stdenv.lib; {
inherit version;