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

index 4f9240f107a9272f84c92902cf9233ec5a101470..0b17ec79c93740eb797bda29a07d5912b8714e0a 100644

--- a/nix/sources.json

+++ b/nix/sources.json

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

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

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

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

@@ -683,11 +683,11 @@ "mtk-suomi": {

     "builtin": false,

     "description": "Maanmittauslaitoksen peruskartan tasoiset ja näköiset ilmaiset maastokartat",

     "homepage": "https://kartat.hylly.org/",

     "type": "file",

     "url_template": "https://kartat-dl.hylly.org/<version>/mtk_suomi.img",

 },

 "musig": {

     "branch": "master",

@@ -720,15 +720,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/gpxsee/bin.nix b/pkgs/applications/gpxsee/bin.nix

index d72b319bff25cf72b0a71b5724858f1a5ac2a570..b2dee1e2d7b25b2cffa9dc3fdfb7db10c430c452 100644

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

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

@@ -1,12 +1,12 @@

{ stdenv, fetchurl, undmg, sources }:

stdenv.mkDerivation rec {

src = fetchurl {

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

};

preferLocalBuild = true;

@@ -15,7 +15,7 @@ nativeBuildInputs = [ undmg ];

installPhase = ''

 mkdir -p $out/Applications/GPXSee.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/applications/openorienteering-mapper/bin.nix b/pkgs/applications/openorienteering-mapper/bin.nix

index 794ab13afdbf1617e3998cf5b92d882e46e7ba50..5f5b21b117648cf95be14a61ecde27bb0a39940f 100644

--- a/pkgs/applications/openorienteering-mapper/bin.nix

+++ b/pkgs/applications/openorienteering-mapper/bin.nix

@@ -1,7 +1,7 @@

{ stdenv, fetchfromgh, undmg, sources }:

stdenv.mkDerivation rec {

version = "20201026.1";

src = fetchfromgh {

@@ -20,7 +20,7 @@ sourceRoot = "Mapper.app";

installPhase = ''

 mkdir -p $out/Applications/Mapper.app

'';

meta = with stdenv.lib; {

diff --git a/pkgs/data/maps/gpxsee-poi/default.nix b/pkgs/data/maps/gpxsee-poi/default.nix

index ba4aa30949ece40a6893a5f9e2a3ef7beb2fc3fc..673789fd5904c18fca791c6f8ed38e4c62d53ea0 100644

--- a/pkgs/data/maps/gpxsee-poi/default.nix

+++ b/pkgs/data/maps/gpxsee-poi/default.nix

@@ -2,9 +2,9 @@ { lib, fetchurl, gzip, jq }:

{

geocachingSu = fetchurl {

 url = "https://nakarte.me/geocachingSu/geocaching_su2.json";

 downloadToTemp = true;

 recursiveHash = true;

 postFetch = ''

@@ -61,9 +61,9 @@ };

};

westra = fetchurl {

 url = "https://nakarte.me/westraPasses/westra_passes.json";

 downloadToTemp = true;

 recursiveHash = true;

 postFetch = ''

@@ -84,9 +84,9 @@ };

};

strelki = fetchurl {

 url = "https://strelki.extremum.org/s/p/47p";

 downloadToTemp = true;

 recursiveHash = true;

 postFetch = ''

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

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