organicmaps: 2024.02.06-11 -> 2024.03.05-4

This commit is contained in:
R. Ryantm 2024-03-07 22:57:28 +00:00 committed by Francesco Gazzetta
parent 170d5078bb
commit 66f3d6f679

View File

@ -29,13 +29,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "organicmaps";
version = "2024.02.06-11";
version = "2024.03.05-4";
src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
hash = "sha256-/taXiJvVP2WCg/F6I6WiZuPKl+Mhwvex/1JNXqrs0mA=";
hash = "sha256-vPpf7pZOkVjRlFcGULcxGy4eBLZRmqcINSFiNh8DUHI=";
fetchSubmodules = true;
};