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