geoip-database: update sha
This commit is contained in:
parent
f0d6cfc29f
commit
a5d25840f6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
name = "geocities-${version}";
|
||||
src = fetchurl {
|
||||
url = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz";
|
||||
sha256 = "0rd80jhgyv0pzmlcg0z8lmsn03yrcb8fj69cg87sjpy591bnki6x";
|
||||
sha256 = "10jc4sff6p0gx5lirpy1m683l42al4sdh44hqmvnznxdgpgfcy3r";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in a new issue