organicmaps: 2024.03.18-5 -> 2024.03.31-8

authored by R. Ryantm and committed by Francesco Gazzetta 812c1ea9 8b28d2cf

+2 -2
+2 -2
pkgs/applications/misc/organicmaps/default.nix
··· 29 }; 30 in stdenv.mkDerivation rec { 31 pname = "organicmaps"; 32 - version = "2024.03.18-5"; 33 34 src = fetchFromGitHub { 35 owner = "organicmaps"; 36 repo = "organicmaps"; 37 rev = "${version}-android"; 38 - hash = "sha256-KoQlS2dW0tTZSDnGKF2F0+JeqMb0Fm0brz1gVCC8xY4="; 39 fetchSubmodules = true; 40 }; 41
··· 29 }; 30 in stdenv.mkDerivation rec { 31 pname = "organicmaps"; 32 + version = "2024.03.31-8"; 33 34 src = fetchFromGitHub { 35 owner = "organicmaps"; 36 repo = "organicmaps"; 37 rev = "${version}-android"; 38 + hash = "sha256-U8tKrL5tnhT/RMvxROk8Q4lO22ylqiMM1QonZ1Rn+CY="; 39 fetchSubmodules = true; 40 }; 41