organicmaps: 2023.01.25-3 -> 2023.03.05-5

This commit is contained in:
Francesco Gazzetta 2023-03-07 10:05:36 +01:00
parent ba18b89aa3
commit 546adc67e7

View File

@ -15,17 +15,18 @@
, zlib , zlib
, icu , icu
, freetype , freetype
, pugixml
}: }:
mkDerivation rec { mkDerivation rec {
pname = "organicmaps"; pname = "organicmaps";
version = "2023.01.25-3"; version = "2023.03.05-5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "organicmaps"; owner = "organicmaps";
repo = "organicmaps"; repo = "organicmaps";
rev = "${version}-android"; rev = "${version}-android";
sha256 = "sha256-4nlD/GFOoBOCXVWtC7i6SUquEbob5++GyagZOTznygU="; sha256 = "sha256-PfudozmrL8jNS/99nxSn0B3E53W34m4/ZN0y2ucB2WI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -55,6 +56,7 @@ mkDerivation rec {
zlib zlib
icu icu
freetype freetype
pugixml
]; ];
# Yes, this is PRE configure. The configure phase uses cmake # Yes, this is PRE configure. The configure phase uses cmake