organicmaps: 2024.08.16-5 -> 2024.09.08-7

This commit is contained in:
R. Ryantm 2024-09-21 12:00:35 +00:00 committed by Francesco Gazzetta
parent c4163ec5d1
commit aa1433bbe5

View File

@ -30,13 +30,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "organicmaps";
version = "2024.08.16-5";
version = "2024.09.08-7";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
hash = "sha256-qVLeZySVdncHEwA0aTiScGJ/RAIpvVVVse3O/sXLto0=";
hash = "sha256-X1dmk1IBjqM2AUVkvSDNZyVtV5Ens9ninZvMvsRc334=";
fetchSubmodules = true;
};