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

index a6f66bdf06385737c20e14e2431bf834aa655767..3b6ed6d6e1577f99a4bdc8581dda473f4a40e74d 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -114,15 +114,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": {

@@ -250,15 +250,15 @@ },

 "go-staticmaps": {

     "branch": "master",

     "builtin": false,

     "description": "A go (golang) library and command line tool to render static map images using OpenStreetMap tiles",

     "homepage": "https://github.com/flopp/go-staticmaps",

     "owner": "flopp",

     "repo": "go-staticmaps",

     "type": "tarball",

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

 },

 "gpx-layer": {

@@ -321,15 +321,15 @@ "gpxsee": {

     "branch": "master",

     "builtin": false,

     "changelog": "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes",

     "description": "GPS log file viewer and analyzer",

     "homepage": "https://www.gpxsee.org",

     "owner": "tumic0",

     "repo": "GPXSee",

     "type": "tarball",

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

 },

 "gpxsee-maps": {

@@ -362,15 +362,15 @@ },

 "gpxtrackposter": {

     "branch": "master",

     "builtin": false,

     "description": "Create a visually appealing poster from your GPX tracks",

     "homepage": "https://github.com/flopp/GpxTrackPoster",

     "owner": "flopp",

     "repo": "GpxTrackPoster",

     "type": "tarball",

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

 },

 "gt-bash-client": {

@@ -474,15 +474,15 @@ },

 "klogg": {

     "branch": "master",

     "builtin": false,

     "description": "A fast, advanced log explorer based on glogg project",

     "homepage": "https://klogg.filimonov.dev/",

     "owner": "variar",

     "repo": "klogg",

     "type": "tarball",

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

 },

 "libshell": {

@@ -574,11 +574,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",

 },

 "mercantile": {

     "branch": "master",

@@ -677,15 +677,15 @@ },

 "nnn": {

     "branch": "master",

     "builtin": false,

     "description": "n³ The missing terminal file manager for X",

     "homepage": "https://github.com/jarun/nnn",

     "owner": "jarun",

     "repo": "nnn",

     "type": "tarball",

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

 },

 "odict": {

diff --git a/pkgs/applications/gis/mapsoft/2.nix b/pkgs/applications/gis/mapsoft/2.nix

index 124735170c7485c025f6ecd04382025591d2f1d5..70d6a7e169dc5617d5e68ff9236822899e20ba71 100644

--- a/pkgs/applications/gis/mapsoft/2.nix

+++ b/pkgs/applications/gis/mapsoft/2.nix

@@ -23,13 +23,13 @@ }:

stdenv.mkDerivation rec {

pname = "mapsoft2";

src = fetchFromGitHub {

 owner = "slazav";

 repo = pname;

 rev = "${version}-alt1";

 fetchSubmodules = true;

};

diff --git a/pkgs/applications/gpxsee/bin.nix b/pkgs/applications/gpxsee/bin.nix

index 018ec832f8d21dc5c4fdd148b22e750405e51a79..bb904131c9f733fc7c2d785fed0c25b9daecc412 100644

--- a/pkgs/applications/gpxsee/bin.nix

+++ b/pkgs/applications/gpxsee/bin.nix

@@ -22,7 +22,7 @@ '';

meta = with stdenv.lib; {

 inherit (sources.gpxsee) description homepage changelog;

 maintainers = [ maintainers.sikmir ];

 platforms = [ "x86_64-darwin" ];

 skip.ci = true;

diff --git a/pkgs/applications/gpxsee/default.nix b/pkgs/applications/gpxsee/default.nix

index 95740d5bbb2d7ee5d6ba8d255a2b34dd154c99b8..138c48f060fe4dea9faeae110e23383912de2d15 100644

--- a/pkgs/applications/gpxsee/default.nix

+++ b/pkgs/applications/gpxsee/default.nix

@@ -45,7 +45,7 @@ '';

meta = with lib; {

 inherit (sources.gpxsee) description homepage changelog;

 maintainers = [ maintainers.sikmir ];

 platforms = platforms.unix;

};

diff --git a/pkgs/tools/geo/gpxtrackposter/default.nix b/pkgs/tools/geo/gpxtrackposter/default.nix

index f879b885920f64010f14be844868a65ac828fbce..ac5bb3e276c7bdcf4cac6d1080d26e99e1db7c6b 100644

--- a/pkgs/tools/geo/gpxtrackposter/default.nix

+++ b/pkgs/tools/geo/gpxtrackposter/default.nix

@@ -32,11 +32,19 @@ stravalib

 timezonefinder

];

meta = with lib; {

 inherit (sources.gpxtrackposter) description homepage;

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

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