44 fetchurl ,
55 fetchFromCodeberg ,
66 boost ,
7+ expat ,
78 gtest ,
89 glm ,
910 gflags ,
1617} :
1718let
1819 # https://codeberg.org/comaps/comaps/src/branch/main/data/countries.txt
19- mapRev = 250906 ;
20+ mapRev = 260321 ;
2021
2122 worldMap = fetchurl {
2223 url = "https://cdn-fi-1.comaps.app/maps/${ toString mapRev } /World.mwm" ;
23- hash = "sha256-0LjCDVk3vShmn+yHc/SvfJzrj170pO52CqbdKWqTsI4 =" ;
24+ hash = "sha256-pMmzPcWbS9drQzJCfiac2dfSMihiHDfhFyG5ux0pG54 =" ;
2425 } ;
2526
2627 worldCoasts = fetchurl {
2728 url = "https://cdn-fi-1.comaps.app/maps/${ toString mapRev } /WorldCoasts.mwm" ;
28- hash = "sha256-2BP6ET8DM3v0KMlzYx+lS0l26WSONQpb4fCMri8Aj2o =" ;
29+ hash = "sha256-5LI6itC6LhprVfgGbT/HYy1lzZLZLUe2QoSil0/7kIc =" ;
2930 } ;
3031
3132 pythonEnv = python3 . withPackages (
3637in
3738organicmaps . overrideAttrs ( oldAttrs : rec {
3839 pname = "comaps" ;
39- version = "2025.11.07-2 " ;
40+ version = "2026.03.23-5 " ;
4041
4142 src = fetchFromCodeberg {
4243 owner = "comaps" ;
4344 repo = "comaps" ;
4445 tag = "v${ version } " ;
45- hash = "sha256-m1YOA24Avoia6YMXKcsuCdPwzxdn7Qc3kZLXGsWjTbs =" ;
46+ hash = "sha256-1bD0QiEZu6nB7wwBpfpEf+WypqbOd9XuXbq7FDTL7bw =" ;
4647 fetchSubmodules = true ;
4748 } ;
4849
4950 patches = [
50- ./remove-lto.patch
5151 ./use-vendored-protobuf.patch
5252
5353 # Include missing editor_tests_support.
@@ -59,8 +59,8 @@ organicmaps.overrideAttrs (oldAttrs: rec {
5959 substituteInPlace configure.sh \
6060 --replace-fail "git submodule update --init --recursive --depth 1" ""
6161
62- patchShebangs tools/unix/generate_categories.sh
63- substituteInPlace tools/python/categories/json_to_txt.py \
62+ patchShebangs tools/unix/*
63+ substituteInPlace tools/python/{ categories/json_to_txt.py,generate_desktop_ui_strings.py} \
6464 --replace-fail "/usr/bin/env python3" "${ pythonEnv . interpreter } "
6565 '' ;
6666
@@ -71,6 +71,7 @@ organicmaps.overrideAttrs (oldAttrs: rec {
7171
7272 buildInputs = ( oldAttrs . buildInputs or [ ] ) ++ [
7373 boost
74+ expat
7475 gtest
7576 gflags
7677 glm
0 commit comments