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

organicmaps: 2024.08.16-5 -> 2024.09.08-7

parent c4163ec5
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.08.16-5";
  version = "2024.09.08-7";

  src = fetchFromGitHub {
    owner = "organicmaps";
    repo = "organicmaps";
    rev = "${version}-android";
    hash = "sha256-qVLeZySVdncHEwA0aTiScGJ/RAIpvVVVse3O/sXLto0=";
    hash = "sha256-X1dmk1IBjqM2AUVkvSDNZyVtV5Ens9ninZvMvsRc334=";
    fetchSubmodules = true;
  };