geolite-legacy 2015-11-04 -> 2015-11-17

This commit is contained in:
Tobias Geerinckx-Rice 2015-11-17 19:15:10 +01:00
parent 43ee914535
commit 8d33c88c4f

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-11-04";
version = "2015-11-17";
in
stdenv.mkDerivation {
name = "geolite-legacy-${version}";
@ -27,10 +27,10 @@ stdenv.mkDerivation {
"0anx3kppql6wzkpmkf7k1322g4ragb5hh96apl71n2lmwb33i148";
srcGeoIPASNum = fetchDB
"asnum/GeoIPASNum.dat.gz" "GeoIPASNum.dat.gz"
"1k747llmralv2n2krfc1v9f8vdjc3ih3xsgf6g1y60cr78sl197p";
"1l38h820pmv4p7rn79gqb0nycqk9zggjldn9a23h70ai79mcp2mq";
srcGeoIPASNumv6 = fetchDB
"asnum/GeoIPASNumv6.dat.gz" "GeoIPASNumv6.dat.gz"
"1ppsn39c3n9llskynwbainy5wx6cl3qmhp6ifsylk0ac3jcdr7b9";
"0lf1mrpphx053li8p1xilzraj25hi1ibww0pdzx8531ik1ynaakz";
meta = with stdenv.lib; {
inherit version;