Unverified Commit 21ced098 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

organicmaps: 2024.09.08-7 -> 2024.11.12-7 (#358209)

parents 3d3a119d 73945d01
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -25,18 +25,18 @@ let
  world_feed_integration_tests_data = fetchFromGitHub {
    owner = "organicmaps";
    repo = "world_feed_integration_tests_data";
    rev = "3b66e59eaae85ebc583ce20baa3bdf27811349c4";
    hash = "sha256-wOZKqwYxJLllyxCr44rAcropKhohLUIVCtsR5tz9TRw=";
    rev = "30ecb0b3fe694a582edfacc2a7425b6f01f9fec6";
    hash = "sha256-1FF658OhKg8a5kKX/7TVmsxZ9amimn4lB6bX9i7pnI4=";
  };
in stdenv.mkDerivation rec {
  pname = "organicmaps";
  version = "2024.09.08-7";
  version = "2024.11.12-7";

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

@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
    patchShebangs 3party/boost/tools/build/src/engine/build.sh

    # Prefetch test data, or the build system will try to fetch it with git.
    ln -s ${world_feed_integration_tests_data} data/world_feed_integration_tests_data
    ln -s ${world_feed_integration_tests_data} data/test_data/world_feed_integration_tests_data
  '';

  nativeBuildInputs = [