organicmaps: 2022.06.29-3 -> 2022.07.27-3

This commit is contained in:
Francesco Gazzetta 2022-07-27 20:50:47 +02:00
parent a8a4f3dafa
commit 0a209ced54

View File

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