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

index 3b6ed6d6e1577f99a4bdc8581dda473f4a40e74d..027d162ef6f61ea034071e64407b26aa467a33e7 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -100,29 +100,29 @@ },

 "elevation": {

     "branch": "master",

     "builtin": false,

     "description": "Python script to download global terrain digital elevation models, SRTM 30m DEM and SRTM 90m DEM",

     "homepage": "http://elevation.bopen.eu",

     "owner": "bopen",

     "repo": "elevation",

     "type": "tarball",

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

 },

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

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

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

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

@@ -418,15 +418,15 @@ },

 "hfst": {

     "branch": "master",

     "builtin": false,

     "description": "Helsinki Finite-State Technology (library and application suite)",

     "homepage": "https://hfst.github.io",

     "owner": "hfst",

     "repo": "hfst",

     "type": "tarball",

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

 },

 "how-to-use-pvs-studio-free": {

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

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

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

@@ -827,15 +827,15 @@ },

 "stardict-3": {

     "branch": "master",

     "builtin": false,

     "description": "Automatically exported from code.google.com/p/stardict-3",

     "homepage": "https://github.com/huzheng001/stardict-3",

     "owner": "huzheng001",

     "repo": "stardict-3",

     "type": "tarball",

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

 },

 "supermercado": {

diff --git a/pkgs/applications/networking/librewolf/default.nix b/pkgs/applications/networking/librewolf/default.nix

index 2c51bfeffab751a71ba387ebd51851c6855b9828..758f055a01dfefca6cdaedaba1d0f9bcf161df94 100644

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

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

@@ -4,28 +4,28 @@ inherit (stdenv.hostPlatform) system;

throwSystem = throw "Unsupported system: ${system}";

pname = "librewolf";

name = "${pname}-${version}";

firefox = fetchurl {

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

 sha256 = {

 }.${lang};

 name = "Firefox.dmg";

};

librewolf = fetchurl {

 url = {

 }.${system} or throwSystem;

 sha256 = {

 }.${system} or throwSystem;

};

diff --git a/pkgs/development/tools/gef/default.nix b/pkgs/development/tools/gef/default.nix

index 88e0c85f3b29f82d1c2bd247a58b1e72dcc50fd8..109328013ee190f3ec8d4ad7a4709a1632ea20da 100644

--- a/pkgs/development/tools/gef/default.nix

+++ b/pkgs/development/tools/gef/default.nix

@@ -5,8 +5,6 @@ , runtimeShell

, writeScript

, procps

, binutils-unwrapped

-, bash

-, python3

, gdb

}:

let

@@ -29,13 +27,6 @@ in

stdenv.mkDerivation {

inherit pname version;

src = sources.gef;

dontBuild = true;

doCheck = false;

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

index 524d63677027811056589570c299128a6d774af0..cdc49d019e27e862efd4bdcef9809c1a7cb7c6a2 100644

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

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

@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication {

inherit pname version;

src = sources.elevation;

postPatch = ''

 for f in elevation/datasource.* \

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

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