organicmaps: 2024.03.05-4 -> 2024.03.18-5

This commit is contained in:
R. Ryantm 2024-03-19 19:06:50 +00:00 committed by Francesco Gazzetta
parent b776d8d98e
commit 3117888b23

View File

@ -29,13 +29,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "organicmaps";
version = "2024.03.05-4";
version = "2024.03.18-5";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
hash = "sha256-vPpf7pZOkVjRlFcGULcxGy4eBLZRmqcINSFiNh8DUHI=";
hash = "sha256-KoQlS2dW0tTZSDnGKF2F0+JeqMb0Fm0brz1gVCC8xY4=";
fetchSubmodules = true;
};