organicmaps: 2023.08.18-8 -> 2023.11.17-17

Release: https://github.com/organicmaps/organicmaps/releases/tag/2023.11.17-17-android

+4 -2
+4 -2
pkgs/applications/misc/organicmaps/default.nix
··· 9 , rsync 10 , wrapQtAppsHook 11 , qtbase 12 , qtsvg 13 , libGLU 14 , libGL ··· 28 }; 29 in stdenv.mkDerivation rec { 30 pname = "organicmaps"; 31 - version = "2023.08.18-8"; 32 33 src = fetchFromGitHub { 34 owner = "organicmaps"; 35 repo = "organicmaps"; 36 rev = "${version}-android"; 37 - hash = "sha256-vdleO4jNKibyDlqrfZsOCScpQ9zreuYSw2BSoNpmeLY="; 38 fetchSubmodules = true; 39 }; 40 ··· 65 # Most dependencies are vendored 66 buildInputs = [ 67 qtbase 68 qtsvg 69 libGLU 70 libGL
··· 9 , rsync 10 , wrapQtAppsHook 11 , qtbase 12 + , qtpositioning 13 , qtsvg 14 , libGLU 15 , libGL ··· 29 }; 30 in stdenv.mkDerivation rec { 31 pname = "organicmaps"; 32 + version = "2023.11.17-17"; 33 34 src = fetchFromGitHub { 35 owner = "organicmaps"; 36 repo = "organicmaps"; 37 rev = "${version}-android"; 38 + hash = "sha256-3oGcupO49+ZXyW+ii4T+wov4qweDnLO+VkXSAIh7qJ4="; 39 fetchSubmodules = true; 40 }; 41 ··· 66 # Most dependencies are vendored 67 buildInputs = [ 68 qtbase 69 + qtpositioning 70 qtsvg 71 libGLU 72 libGL