opencellid: 0-unstable-2024-10-23 -> 0-unstable-2024-10-25

This commit is contained in:
2024-10-26 00:57:07 +00:00
parent 94e391c9a7
commit a9fdea1082

View File

@@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "opencellid";
version = "0-unstable-2024-10-23";
version = "0-unstable-2024-10-25";
src = fetchurl {
# 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?)
# TODO: add an update script for this.
url = "https://opencellid.org/ocid/downloads?token=${apiKey}&type=full&file=cell_towers.csv.gz&_stamp=${version}";
hash = "sha256-FmTJeXIq5K22b+hO508HUwkJfsPeYfZeMX2OpR/G1FU=";
hash = "sha256-++URw8ejFtBNl5x4n+5f+v+omjhBX11Cep3pHEz05NI=";
};
unpackPhase = ''