about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-05 19:04:51 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-05-05 19:44:49 +0200
commitaea86f61823d700b48ae1bda7b24b2587bd6ce99 (patch)
tree73a109b4953d89a1818b61cae65e9bf3642c2768 /pkgs/data
parent897897cc30066abbf191a5b52c144a2b2c479f9f (diff)
downloadnixlib-aea86f61823d700b48ae1bda7b24b2587bd6ce99.tar
nixlib-aea86f61823d700b48ae1bda7b24b2587bd6ce99.tar.gz
nixlib-aea86f61823d700b48ae1bda7b24b2587bd6ce99.tar.bz2
nixlib-aea86f61823d700b48ae1bda7b24b2587bd6ce99.tar.lz
nixlib-aea86f61823d700b48ae1bda7b24b2587bd6ce99.tar.xz
nixlib-aea86f61823d700b48ae1bda7b24b2587bd6ce99.tar.zst
nixlib-aea86f61823d700b48ae1bda7b24b2587bd6ce99.zip
geolite-legacy -> 2015-05-05
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/misc/geolite-legacy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/misc/geolite-legacy/default.nix b/pkgs/data/misc/geolite-legacy/default.nix
index ac8582e2018c..08b402b004e9 100644
--- a/pkgs/data/misc/geolite-legacy/default.nix
+++ b/pkgs/data/misc/geolite-legacy/default.nix
@@ -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-04-21";
+  version = "2015-05-05";
 in
 stdenv.mkDerivation {
   name = "geolite-legacy-${version}";
@@ -22,9 +22,9 @@ stdenv.mkDerivation {
   srcGeoLiteCityv6 = fetchDB "GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz"
     "1k8sig8w43cdm19rpwndr1akj1d3mxl5sch60qbinjrb05l6xbgv";
   srcGeoIPASNum = fetchDB "asnum/GeoIPASNum.dat.gz"
-    "0r4v2zs4alxb46kz679hw4w34s7n9pxw32wcfs5x4nhnq051y6ms";
+    "1y5b68s1giw01vw98c99qdhjiaxx6l4hrc2mx4rdaja46zic4maz";
   srcGeoIPASNumv6 = fetchDB "asnum/GeoIPASNumv6.dat.gz"
-    "04ciwh5gaxja4lzlsgbg1p7rkrhnn637m4nj9ld8sb36bl2ph6gc";
+    "0crl31yc11w4jzgvbr9pgqd7x6ivpsgsip19s1g5xl71qbpmmjxm";
 
   meta = with stdenv.lib; {
     inherit version;