Merge pull request #179560 from fgaz/organicmaps/2022.06.29-3

organicmaps: 2022.06.18-2 -> 2022.06.29-3
This commit is contained in:
Sandro 2022-07-23 23:11:17 +02:00 committed by GitHub
commit b28529c4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
mkDerivation rec {
pname = "organicmaps";
version = "2022.06.18-2";
version = "2022.06.29-3";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
sha256 = "sha256-FlytRGiqGr9L5ZwL1slbPjagJKsleOXM8+loPmtfccI=";
sha256 = "sha256-/K3bxnb6y+9nEuGvoIpPl218xmNqjOWgpV8hQ/W12ZA=";
fetchSubmodules = true;
};