diff --git a/nix/sources.json b/nix/sources.json
index f6f1d0372dd2c47f6db74594ad5821a7586440b6..122df268bb292e883ed21a5842fdf7b519a89bac 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -212,10 +212,10 @@ "description": "GPXSee maps",
"homepage": "https://tumic0.github.io/GPXSee-maps",
"owner": "tumic0",
"repo": "GPXSee-maps",
"rev": "8c29b66ac823db87606d8640c32d3f9b7b543efd",
"sha256": "12lbksjr4ffxr1mx3fa10fijg9y3mby1adpw5hgpwk640dgk46rs",
"rev": "1d63d4f0e8301e6f9f1d552c19632b35ea20434a",
"sha256": "0ar1xl33s9k14mclg905daj8vsgxq68i03k43v8w812lfqxp7cx4",
"type": "tarball",
"url": "https://github.com/tumic0/GPXSee-maps/archive/8c29b66ac823db87606d8640c32d3f9b7b543efd.tar.gz",
"url": "https://github.com/tumic0/GPXSee-maps/archive/1d63d4f0e8301e6f9f1d552c19632b35ea20434a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"gpxtools": {
@@ -303,10 +303,10 @@ "description": "OpenOrienteering Mapper is a software for creating maps for the orienteering sport.",
"homepage": "https://www.openorienteering.org/apps/mapper/",
"owner": "OpenOrienteering",
"repo": "mapper",
"rev": "ed58c13897e576695fe0857e871e5b3a9ca9cfa5",
"sha256": "1h5jv99n7qjf2cgdxrb3p64v2sgzyndrsv49q272lly9wx9g61c4",
"rev": "e8ff8d94a6f57771eec6b63326fe7eda6f43a775",
"sha256": "165wjk2nm69h4ghq6xqn2w3pyiixgrxmn4mvixy5nvwnhjsi1ckq",
"type": "tarball",
"url": "https://github.com/OpenOrienteering/mapper/archive/ed58c13897e576695fe0857e871e5b3a9ca9cfa5.tar.gz",
"url": "https://github.com/OpenOrienteering/mapper/archive/e8ff8d94a6f57771eec6b63326fe7eda6f43a775.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"mapsoft": {
@@ -327,11 +327,11 @@ "builtin": false,
"description": "Ежедневная сборка карт из данных OpenStreetMap для навигационных приборов и приложений Garmin",
"homepage": "https://maptourist.org",
"region": "szfo",
"sha256": "1mclfv7nckcmzhyfpnsdplvm48lkdz2lx3vqfkgwqv1h3kpbzjcz",
"sha256": "0r25rh9l5g248jwjd2kjx3zcs1v51lwmz0jzydwnng94sxr7ya7f",
"type": "file",
"url": "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-szfo-RU_2020-03-31.zip",
"url": "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-szfo-RU_2020-04-03.zip",
"url_template": "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-<region>-RU_<version>.zip",
"version": "2020-03-31"
"version": "2020-04-03"
},
"mbtileserver": {
"branch": "master",
diff --git a/pkgs/applications/mapsoft/0002-fix-build.patch b/pkgs/applications/mapsoft/0002-fix-build.patch
index 9d99f1304e49a0148c006123e1b7dcc07dac2d45..03dad35e62e1be2913d0e8591607721744bd7f2c 100644
--- a/pkgs/applications/mapsoft/0002-fix-build.patch
+++ b/pkgs/applications/mapsoft/0002-fix-build.patch
@@ -1,20 +1,4 @@
Submodule modules contains modified content
-diff --git i/modules/Makefile.inc w/modules/Makefile.inc
-index 3ff6a7a..da19730 100644
---- i/modules/Makefile.inc
-+++ w/modules/Makefile.inc
-@@ -50,9 +50,9 @@ $(shell $(MODDIR)/get_deps $(MODDIR) . > Makefile.deps)
-- PKG_CONFIG_PATH=$(MODDIR)/pc pkg-config --cflags '$(PKG_CONFIG)')
-+ PKG_CONFIG_PATH=$(PKG_CONFIG_PATH):$(MODDIR)/pc pkg-config --cflags '$(PKG_CONFIG)')
-- PKG_CONFIG_PATH=$(MODDIR)/pc pkg-config --libs '$(PKG_CONFIG)')
-+ PKG_CONFIG_PATH=$(PKG_CONFIG_PATH):$(MODDIR)/pc pkg-config --libs '$(PKG_CONFIG)')
diff --git i/modules/pc/libdb.pc w/modules/pc/libdb.pc
index 6a40e95..682c932 100644
--- i/modules/pc/libdb.pc
diff --git a/pkgs/applications/mapsoft/2.nix b/pkgs/applications/mapsoft/2.nix
index 41a275d1e76d2a28f39f6a6680f7ef4bbbcd63a7..76578346b379413027a80a15289e6d4bfc68bfc9 100644
--- a/pkgs/applications/mapsoft/2.nix
+++ b/pkgs/applications/mapsoft/2.nix
@@ -21,13 +21,13 @@ }:
stdenv.mkDerivation rec {
pname = "mapsoft2";
src = fetchFromGitHub {
owner = "slazav";
repo = pname;
fetchSubmodules = true;
};
application/octet-stream
This content has been proxied by September (3851b).