Skip to content

Commit

Permalink
organicmaps: 2024.11.27-12 -> 2025.01.26-9
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Jan 31, 2025
1 parent 049a854 commit 63203ec
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/applications/misc/organicmaps/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, ninja
, pkg-config
Expand Down Expand Up @@ -31,24 +30,16 @@ let
};
in stdenv.mkDerivation rec {
pname = "organicmaps";
version = "2024.11.27-12";
version = "2025.01.26-9";

src = fetchFromGitHub {
owner = "organicmaps";
repo = "organicmaps";
rev = "${version}-android";
hash = "sha256-lBEDPqxdnaajMHlf7G/d1TYYL9yPZo8AGekoKmF1ObM=";
hash = "sha256-pzZmaOBo4aYywprxrJa3Rk9Uu3w+Q6XdVdcPmV0cSUs=";
fetchSubmodules = true;
};

patches = [
# Fix for https://github.com/organicmaps/organicmaps/issues/7838
(fetchpatch {
url = "https://github.com/organicmaps/organicmaps/commit/1caf64e315c988cd8d5196c80be96efec6c74ccc.patch";
hash = "sha256-k3VVRgHCFDhviHxduQMVRUUvQDgMwFHIiDZKa4BNTyk=";
})
];

postPatch = ''
# Disable certificate check. It's dependent on time
echo "exit 0" > tools/unix/check_cert.sh
Expand Down

0 comments on commit 63203ec

Please sign in to comment.