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
1 changed files with 2 additions and 2 deletions

View File

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