update: fixing update problems

This commit is contained in:
Ingolf Wagner 2019-12-20 17:46:12 +13:00
parent 758cb1c7f6
commit e09acc8946
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 2 deletions

View file

@ -55,7 +55,7 @@ in {
# symbol fonts
# ------------
nerdfonts
#nerdfonts
powerline-fonts
font-awesome-ttf
fira-code-symbols

View file

@ -5,7 +5,8 @@ stdenv.mkDerivation rec {
name = "geocities-${version}";
src = fetchurl {
url = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz";
sha256 = "10jc4sff6p0gx5lirpy1m683l42al4sdh44hqmvnznxdgpgfcy3r";
# sha256 = "10jc4sff6p0gx5lirpy1m683l42al4sdh44hqmvnznxdgpgfcy3r";
sha256 = "1r2v3np74hzkzzndi15kwhl65wfy6aflfnj85ars0236bh2d786c";
};
dontBuild = true;