organicmaps: 2024.07.29-2 -> 2024.08.16-5

This commit is contained in:
R. Ryantm
2024-08-21 00:45:24 +00:00
committed by Francesco Gazzetta
parent 9518f8496b
commit e17cc248e7

View File

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