organicmaps: 2024.06.02-12 -> 2024.06.19-3

This commit is contained in:
R. Ryantm
2024-06-21 21:26:53 +00:00
parent 47ea5bd487
commit 410fca5c11
@@ -29,13 +29,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "organicmaps";
version = "2024.06.02-12";
version = "2024.06.19-3";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
hash = "sha256-TOKBEnSa9kzfGsiNpMllLjcJtdhYfz9m4uAg0lUF8Z4=";
hash = "sha256-LB3yLBoO6nXRvfuWWB2JofeAgQQFtEgqNo2QFQ3k/vc=";
fetchSubmodules = true;
};