Merge pull request #321602 from r-ryantm/auto-update/organicmaps

organicmaps: 2024.06.02-12 -> 2024.06.19-3
This commit is contained in:
Pol Dellaiera
2024-06-22 13:21:08 +02:00
committed by GitHub
@@ -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;
};