Merge pull request #231259 from fgaz/organicmaps/2023.05.08-7

organicmaps: 2023.04.02-7 -> 2023.05.08-7
This commit is contained in:
Francesco Gazzetta 2023-05-28 11:17:04 +02:00 committed by GitHub
commit 09fa518d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
mkDerivation rec {
pname = "organicmaps";
version = "2023.04.02-7";
version = "2023.05.08-7";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
sha256 = "sha256-xXBzHo7IOo2f1raGnpFcsvs++crHMI5SACIc345cX7g=";
sha256 = "sha256-V7qTi5NiZf+1voZSHfuAyfMeTeiYfs/CoOQ2zweKmaU=";
fetchSubmodules = true;
};