organicmaps: 2024.03.18-5 -> 2024.03.31-8

This commit is contained in:
R. Ryantm 2024-04-06 20:47:05 +00:00 committed by Francesco Gazzetta
parent 8b28d2cfd7
commit 812c1ea95d

View File

@ -29,13 +29,13 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "organicmaps"; pname = "organicmaps";
version = "2024.03.18-5"; version = "2024.03.31-8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "organicmaps"; owner = "organicmaps";
repo = "organicmaps"; repo = "organicmaps";
rev = "${version}-android"; rev = "${version}-android";
hash = "sha256-KoQlS2dW0tTZSDnGKF2F0+JeqMb0Fm0brz1gVCC8xY4="; hash = "sha256-U8tKrL5tnhT/RMvxROk8Q4lO22ylqiMM1QonZ1Rn+CY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };