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

index 8fa48536e9964eb89c3587f546b84ae05bc9bc63..2419f2420fc926d0bf5d781f5abba881f39248e3 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -44,15 +44,15 @@ },

 "cheetah3": {

     "branch": "master",

     "builtin": false,

     "description": "Cheetah3 is a free (MIT) and open source template engine for Python",

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

     "owner": "CheetahTemplate3",

     "repo": "cheetah3",

     "type": "tarball",

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

 },

 "csvquote": {

@@ -226,15 +226,15 @@ },

 "gef": {

     "branch": "dev",

     "builtin": false,

     "description": "GEF - GDB Enhanced Features for exploit devs & reversers",

     "homepage": "http://gef.rtfd.io",

     "owner": "hugsy",

     "repo": "gef",

     "type": "tarball",

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

 },

 "geminid": {

@@ -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",

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

@@ -545,15 +545,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"

 },

 "lazyscraper": {

@@ -657,15 +657,15 @@ },

 "mapper": {

     "branch": "master",

     "builtin": false,

     "description": "OpenOrienteering Mapper is a software for creating maps for the orienteering sport",

     "homepage": "https://www.openorienteering.org/apps/mapper/",

     "owner": "OpenOrienteering",

     "repo": "mapper",

     "type": "tarball",

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

 },

 "maprec": {

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

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

@@ -1001,7 +1001,7 @@ "s2sphere": {

     "branch": "master",

     "builtin": false,

     "date": "2017-11-16T17:47:11Z",

     "homepage": "http://s2sphere.sidewalklabs.com/",

     "owner": "sidewalklabs",

     "repo": "s2sphere",

@@ -1136,15 +1136,15 @@ },

 "zdict": {

     "branch": "master",

     "builtin": false,

     "description": "The last online dictionary framework you need",

     "homepage": "https://pypi.org/project/zdict/",

     "owner": "zdict",

     "repo": "zdict",

     "type": "tarball",

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

 }

}

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

index b796fffacd53b9df6434cce68006e7270833eaa1..1938409dddb0b57d9f298046cf51875060283df2 100644

--- a/nix/sources.nix

+++ b/nix/sources.nix

@@ -98,7 +98,10 @@ let

   saneName = stringAsChars (c: if isNull (builtins.match "[a-zA-Z0-9]" c) then "_" else c) name;

   ersatz = builtins.getEnv "NIV_OVERRIDE_${saneName}";

 in

Ports of functions for older nix versions

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

index f83b50419b2fee9af63451ba120f665b10313ff0..ca17472d7dbeec3c3a19837828b4138b0bee5b39 100644

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

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

@@ -2,11 +2,11 @@ { stdenv, fetchurl, undmg, sources }:

stdenv.mkDerivation rec {

pname = "gpxsee-bin";

src = fetchurl {

 url = "mirror://sourceforge/gpxsee/GPXSee-${version}.dmg";

};

preferLocalBuild = true;

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

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