update: fixing update problems
This commit is contained in:
parent
758cb1c7f6
commit
e09acc8946
2 changed files with 3 additions and 2 deletions
|
@ -55,7 +55,7 @@ in {
|
||||||
|
|
||||||
# symbol fonts
|
# symbol fonts
|
||||||
# ------------
|
# ------------
|
||||||
nerdfonts
|
#nerdfonts
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
font-awesome-ttf
|
font-awesome-ttf
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
|
|
|
@ -5,7 +5,8 @@ stdenv.mkDerivation rec {
|
||||||
name = "geocities-${version}";
|
name = "geocities-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz";
|
url = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz";
|
||||||
sha256 = "10jc4sff6p0gx5lirpy1m683l42al4sdh44hqmvnznxdgpgfcy3r";
|
# sha256 = "10jc4sff6p0gx5lirpy1m683l42al4sdh44hqmvnznxdgpgfcy3r";
|
||||||
|
sha256 = "1r2v3np74hzkzzndi15kwhl65wfy6aflfnj85ars0236bh2d786c";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue