organicmaps: 2024.03.31-8 -> 2024.06.02-12

This commit is contained in:
R. Ryantm 2024-06-06 11:36:23 +00:00 committed by Francesco Gazzetta
parent 5ec9d1b2bc
commit ba70980e89

View File

@ -29,13 +29,13 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "organicmaps"; pname = "organicmaps";
version = "2024.03.31-8"; version = "2024.06.02-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "organicmaps"; owner = "organicmaps";
repo = "organicmaps"; repo = "organicmaps";
rev = "${version}-android"; rev = "${version}-android";
hash = "sha256-U8tKrL5tnhT/RMvxROk8Q4lO22ylqiMM1QonZ1Rn+CY="; hash = "sha256-TOKBEnSa9kzfGsiNpMllLjcJtdhYfz9m4uAg0lUF8Z4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };