organicmaps: 2023.11.17-17 -> 2023.12.20-4

This commit is contained in:
R. Ryantm 2023-12-27 10:18:01 +00:00 committed by Francesco Gazzetta
parent 08a62091a1
commit 04df6aa7ba

View File

@ -29,13 +29,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "organicmaps";
version = "2023.11.17-17";
version = "2023.12.20-4";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
hash = "sha256-3oGcupO49+ZXyW+ii4T+wov4qweDnLO+VkXSAIh7qJ4=";
hash = "sha256-9yQMBP5Jta6P/FmYL6Ek3MzU1DKtVEwlwYAkNxC5pn4=";
fetchSubmodules = true;
};