lol

organicmaps: 2025.06.26-3 -> 2025.07.13-9

authored by

R. Ryantm and committed by
Francesco Gazzetta
70cbd835 186da0c5

+2 -2
+2 -2
pkgs/applications/misc/organicmaps/default.nix
··· 33 33 in 34 34 stdenv.mkDerivation (finalAttrs: { 35 35 pname = "organicmaps"; 36 - version = "2025.06.26-3"; 36 + version = "2025.07.13-9"; 37 37 38 38 src = fetchFromGitHub { 39 39 owner = "organicmaps"; 40 40 repo = "organicmaps"; 41 41 tag = "${finalAttrs.version}-android"; 42 - hash = "sha256-IXpSY1ZGKAPqFT3B4C8Y+FHUuFQJPVptSKKhXZCYSfo="; 42 + hash = "sha256-cEQmghS5qg5HTyWfDIB4G/Arh9BpM3iz1tToRWY8KrE="; 43 43 fetchSubmodules = true; 44 44 }; 45 45