1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

geolite-legacy: update 2015-09-29 -> 2015-10-05

This commit is contained in:
Tobias Geerinckx-Rice 2015-10-05 12:26:34 +02:00
parent 89cec2d21b
commit 1f3bb8ba8c

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-29";
version = "2015-10-05";
in
stdenv.mkDerivation {
name = "geolite-legacy-${version}";
@ -30,7 +30,7 @@ stdenv.mkDerivation {
"1b8rk3crnm94ndlkw99h7iyn9daznf7sirck1zs80ppg7c69gknp";
srcGeoIPASNumv6 = fetchDB
"asnum/GeoIPASNumv6.dat.gz" "GeoIPASNumv6.dat.gz"
"06hwj3ksfz4ikh84cqcdl1xi4rkrc9cz26h31vg9w5awx5kbbc10";
"17s7pcqmfd9xvq0hd7g7nh62sjayl24w04ifm39snrq2a32l667n";
meta = with stdenv.lib; {
inherit version;