organicmaps: 2024.07.08-3 -> 2024.07.23-8

This commit is contained in:
R. Ryantm 2024-07-24 06:21:27 +00:00 committed by Francesco Gazzetta
parent a762121229
commit 6b63e262c5

View file

@ -30,13 +30,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "organicmaps";
version = "2024.07.08-3";
version = "2024.07.23-8";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
hash = "sha256-+mug3KH5uyiRyp3vG+GeK/+kq6keHU8SOuQ0010nZhY=";
hash = "sha256-6RQodQh4p8v6xFW/GUzR0AHNpgB1AxBB7q+FW4hYo/Q=";
fetchSubmodules = true;
};