3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-14 17:48:42 +02:00
parent 40d26f6730
commit 6dc2a827c0

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