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

organicmaps: 2024.07.29-2 -> 2024.08.16-5

parent 9518f849
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.29-2";
  version = "2024.08.16-5";

  src = fetchFromGitHub {
    owner = "organicmaps";
    repo = "organicmaps";
    rev = "${version}-android";
    hash = "sha256-cAoG/4vuA664+JcLTUdlLMMRggAznqHh3NA0Pk8RcFc=";
    hash = "sha256-qVLeZySVdncHEwA0aTiScGJ/RAIpvVVVse3O/sXLto0=";
    fetchSubmodules = true;
  };