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

index 3f94c1a8c032a7265620d400275336ada85818b1..ae0fa9d7e5bc024e62877fa7c0ff0b24324ae989 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -169,27 +169,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",

@@ -306,29 +306,29 @@ },

 "gpxsee": {

     "branch": "master",

     "builtin": false,

     "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": {

     "branch": "master",

     "builtin": false,

     "description": "GPXSee maps",

     "homepage": "https://tumic0.github.io/GPXSee-maps",

     "owner": "tumic0",

     "repo": "GPXSee-maps",

     "type": "tarball",

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

 },

 "gpxtools": {

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

 },

 "mapsoft": {

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

 },

 "mbtileserver": {

     "branch": "master",

@@ -648,29 +648,29 @@ },

 "nakarte": {

     "branch": "master",

     "builtin": false,

     "description": "Source code of site http://nakarte.me",

     "homepage": "https://nakarte.me",

     "owner": "wladich",

     "repo": "nakarte",

     "type": "tarball",

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

 },

 "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": {

@@ -882,15 +882,15 @@ },

 "tilesets-cli": {

     "branch": "master",

     "builtin": false,

     "description": "CLI for interacting with the Mapbox Tilesets API",

     "homepage": "https://docs.mapbox.com/api/maps/#tilesets",

     "owner": "mapbox",

     "repo": "tilesets-cli",

     "type": "tarball",

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

 },

 "tpkutils": {

@@ -924,15 +924,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/pkgs/applications/librewolf/default.nix b/pkgs/applications/librewolf/default.nix

index 3305f576ffd0cae8b9560ef8deeb2918a92c511a..6b68099106e240780662f5d967583dd82d9bc295 100644

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

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

@@ -1,50 +1,90 @@

-{ stdenv, fetchgit, fetchurl, lang ? "en-US" }:

+{ stdenv, fetchgit, fetchurl, appimageTools, lang ? "en-US" }:

let

firefox = fetchurl {

 url = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/${version}/mac/${lang}/Firefox%20${version}.dmg";

 name = "Firefox.dmg";

};

-in

-stdenv.mkDerivation {

};

meta = with stdenv.lib; {

 description = "A fork of Firefox, focused on privacy, security and freedom";

 homepage = "https://librewolf-community.gitlab.io/";

 license = licenses.mpl20;

 maintainers = [ maintainers.sikmir ];

 skip.ci = true;

};

-}

+in

+if stdenv.isDarwin

+then darwin

+else linux

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

index c9997abd6f5e643b27a2916cb602f54c8b9f6a6a..40a3570da578d0f488942a166abf644a1c0a7446 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 = ''

@@ -25,9 +25,9 @@ };

};

laavut = fetchurl {

 url = "http://www.laavu.org/lataa.php?paikkakunta=kaikki";

 downloadToTemp = true;

 recursiveHash = true;

 postFetch = "install -Dm644 $downloadedFile $out/Laavut-kodat.gpx";

@@ -43,9 +43,9 @@ };

};

autiotuvat = fetchurl {

 url = "http://www.laavu.org/autiotuvat/lataa.php?paikkakunta=kaikki";

 downloadToTemp = true;

 recursiveHash = true;

 postFetch = "install -Dm644 $downloadedFile $out/Autiotuvat.gpx";

@@ -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/5f729e9598d849a2eeae595d135b003c4991e474.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
165.128314 milliseconds
Gemini-to-HTML Time
7.372187 milliseconds

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