Commit 6b63e262 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

organicmaps: 2024.07.08-3 -> 2024.07.23-8

parent a7621212
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@ let
  };
in stdenv.mkDerivation rec {
  pname = "organicmaps";
  version = "2024.07.08-3";
  version = "2024.07.23-8";

  src = fetchFromGitHub {
    owner = "organicmaps";
    repo = "organicmaps";
    rev = "${version}-android";
    hash = "sha256-+mug3KH5uyiRyp3vG+GeK/+kq6keHU8SOuQ0010nZhY=";
    hash = "sha256-6RQodQh4p8v6xFW/GUzR0AHNpgB1AxBB7q+FW4hYo/Q=";
    fetchSubmodules = true;
  };