diff --git a/pkgs/by-name/opencellid/package.nix b/pkgs/by-name/opencellid/package.nix index 2f2ffd3a8..7b65d24b0 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-11-19"; + version = "0-unstable-2024-11-29"; 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-01nIceSsC1n9fKLXeY0eZAIv6LX/MMIgU9Bwcjs4DAE="; + hash = "sha256-Hm6bSHFe/6kRmWGIZlJx9pEg9UWF+eLO3EP9Sm9wk5Y="; }; unpackPhase = ''