geolite-legacy 2015-11-17 -> 2015-11-23

This commit is contained in:
Tobias Geerinckx-Rice 2015-11-23 14:52:13 +01:00
parent b13c7186d6
commit 71e3811cde

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