opencellid: update hashes

This commit is contained in:
2024-07-19 12:43:45 +00:00
parent 72a78c5f3e
commit cd62aa2f38

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation {
# this is a live url. updated daily? TODO: add an update script for this. # this is a live url. updated daily? TODO: add an update script for this.
# the API key should allow for at least 2 downloads per day # the API key should allow for at least 2 downloads per day
url = "https://opencellid.org/ocid/downloads?token=${apiKey}&type=full&file=cell_towers.csv.gz"; url = "https://opencellid.org/ocid/downloads?token=${apiKey}&type=full&file=cell_towers.csv.gz";
hash = "sha256-uY9nHY/LHPJSqMjvIpRgiW++fzucRn1JwPdNXE63bq8="; hash = "sha256-nXWdHp6kYSJP6jOq056Po9YrNj8vDNY+uxQaKA7iA2A=";
}; };
unpackPhase = '' unpackPhase = ''