organicmaps: 2025.07.13-9 -> 2025.08.10-20 (#433950)

This commit is contained in:
Weijia Wang
2025-08-24 18:57:07 +02:00
committed by GitHub
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "organicmaps";
version = "2025.07.13-9";
version = "2025.08.10-20";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
tag = "${finalAttrs.version}-android";
hash = "sha256-cEQmghS5qg5HTyWfDIB4G/Arh9BpM3iz1tToRWY8KrE=";
hash = "sha256-W1lqmxV5rUC6yXdqr9NrRDXON32K3JsalXFDiB5OCg4=";
fetchSubmodules = true;
};