Merge pull request #224599 from fgaz/organicmaps/2023.04.02-7

organicmaps: 2023.03.05-5 -> 2023.04.02-7
This commit is contained in:
Francesco Gazzetta 2023-04-11 09:25:17 +02:00 committed by GitHub
commit abef3393a8
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.03.05-5";
version = "2023.04.02-7";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
sha256 = "sha256-PfudozmrL8jNS/99nxSn0B3E53W34m4/ZN0y2ucB2WI=";
sha256 = "sha256-xXBzHo7IOo2f1raGnpFcsvs++crHMI5SACIc345cX7g=";
fetchSubmodules = true;
};