opencell-id: 2024-11-09 -> 2024-11-14

This commit is contained in:
2024-11-15 05:06:19 +00:00
parent 5788edbbc5
commit f38ce77d41

View File

@@ -11,7 +11,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opencellid"; pname = "opencellid";
version = "0-unstable-2024-11-09"; version = "0-unstable-2024-11-14";
src = fetchurl { src = fetchurl {
# this is a live url. updated... weekly? the server seems to silently ignore unrecognized query parameters, # this is a live url. updated... weekly? the server seems to silently ignore unrecognized query parameters,
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
# the API key should allow for at least 2 downloads per day (maybe more?) # the API key should allow for at least 2 downloads per day (maybe more?)
# TODO: add an update script for this. # TODO: add an update script for this.
url = "https://opencellid.org/ocid/downloads?token=${apiKey}&type=full&file=cell_towers.csv.gz&_stamp=${version}"; url = "https://opencellid.org/ocid/downloads?token=${apiKey}&type=full&file=cell_towers.csv.gz&_stamp=${version}";
hash = "sha256-HLJbcz7DRnrv+BPG4M72Tpm2PWTKAK1jWuFmeCNQLNY="; hash = "sha256-aMJGZh/F/Yd4i7ZzYyD0bmk/8Q11gGWb8PQ3DpHNC3s=";
}; };
unpackPhase = '' unpackPhase = ''