diff --git a/nix/sources.json b/nix/sources.json

index 919daf79b63ffd3238724661b43f47df52782d5f..f616271f6dadfd7aea9132a03c2dee254aa7319d 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -170,15 +170,15 @@ },

 "embox": {

     "branch": "master",

     "builtin": false,

     "description": "Modular and configurable OS for embedded applications",

     "homepage": "http://embox.github.io",

     "owner": "embox",

     "repo": "embox",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "foma": {

@@ -253,27 +253,27 @@ "url_template": "https://github.com///archive/.tar.gz"

 },

 "geofabrik-estonia": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/europe/estonia-<version>.osm.pbf",

 },

 "geofabrik-finland": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/europe/finland-<version>.osm.pbf",

 },

 "geofabrik-russia-nwfd": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/russia/northwestern-fed-district-<version>.osm.pbf",

 },

 "gimgtools": {

     "branch": "master",

@@ -615,15 +615,15 @@ },

 "map-hr": {

     "branch": "master",

     "builtin": false,

     "description": "Slazav mountains",

     "homepage": "http://slazav.xyz/maps/",

     "owner": "slazav",

     "repo": "map_hr",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "map-podm": {

@@ -715,11 +715,11 @@ "builtin": false,

     "description": "Ежедневная сборка карт из данных OpenStreetMap для навигационных приборов и приложений Garmin",

     "homepage": "https://maptourist.org",

     "region": "szfo",

     "type": "file",

     "url_template": "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-<region>-RU_<version>.zip",

 },

 "md2gemini": {

     "branch": "master",

diff --git a/pkgs/images/wekan/default.nix b/pkgs/images/wekan/default.nix

index c8049229ccbd76025f1d8c267e798fb3aae534d3..b5fd3c7061d3949995dd2f8578c3703459b3548e 100644

--- a/pkgs/images/wekan/default.nix

+++ b/pkgs/images/wekan/default.nix

@@ -1,9 +1,9 @@

{ dockerTools }:

dockerTools.pullImage {

finalImageName = "wekan";

}

diff --git a/pkgs/osm/phyghtmap/default.nix b/pkgs/osm/phyghtmap/default.nix

index 23b6036a873726e1f7ef0e687194357767e6e728..0a37b590c5767bf7df077d5b8b331423ab8b1703 100644

--- a/pkgs/osm/phyghtmap/default.nix

+++ b/pkgs/osm/phyghtmap/default.nix

@@ -2,11 +2,11 @@ { lib, python3Packages, fetchurl }:

python3Packages.buildPythonApplication rec {

pname = "phyghtmap";

src = fetchurl {

 url = "http://katze.tfiu.de/projects/phyghtmap/phyghtmap_${version}.orig.tar.gz";

};

propagatedBuildInputs = with python3Packages; [ beautifulsoup4 lxml matplotlib numpy ];

@@ -16,7 +16,7 @@

meta = with lib; {

 description = "Generate OSM contour lines from NASA SRTM data";

 homepage = "http://katze.tfiu.de/projects/phyghtmap";

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.unix;

};

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/567d519e1c9fc402c2047bd16505567f52ffb47e.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
137.225963 milliseconds
Gemini-to-HTML Time
3.750899 milliseconds

This content has been proxied by September (3851b).