From e803a5959f6f95547bf96a61fb49bc229fdb300f Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 3 Jan 2025 02:20:10 +0000 Subject: [PATCH] opencellid: 0-unstable-2024-12-17 -> 0-unstable-2025-01-02 --- pkgs/by-name/opencellid/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/opencellid/package.nix b/pkgs/by-name/opencellid/package.nix index c554ee9ea..93213fff3 100644 --- a/pkgs/by-name/opencellid/package.nix +++ b/pkgs/by-name/opencellid/package.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { pname = "opencellid"; - version = "0-unstable-2024-12-17"; + version = "0-unstable-2025-01-02"; 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: repackage this such that hashes can be stable (mirror the data in a versioned repo, and point to that here?) url = "https://opencellid.org/ocid/downloads?token=${apiKey}&type=full&file=cell_towers.csv.gz&_stamp=${version}"; - hash = "sha256-bsdnf+zaUZ3AOsAbnl3kvtvxKryDuegqc8LvkW1zyRE="; + hash = "sha256-Zh3AjmXzYs1E7fvpR53ULkuVg42tvYSxB+SIhKmabPE="; }; unpackPhase = ''