Skip to content

Commit

Permalink
organicmaps: 2024.09.08-7 -> 2024.11.12-7
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Nov 22, 2024
1 parent 328abff commit 73945d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/misc/organicmaps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand All @@ -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 = [
Expand Down

0 comments on commit 73945d0

Please sign in to comment.