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

index e1bb86236680a9cbf1a7b422d8c03151164e5faa..c181a38bca4d883702929eb8b8e3001c14129a8b 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": {

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

@@ -663,15 +663,15 @@ },

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

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

index a89a83417b4a89570b876113a93d373d6e884908..8d79f8b0470fa3c220034ada56b2204e8e8c7e61 100644

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

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

@@ -43,8 +43,6 @@ mkdir -p $out/bin

 ln -s $out/Applications/GPXLab.app/Contents/MacOS/GPXLab $out/bin/gpxlab

'';

meta = with lib; {

 inherit (sources.gpxlab) description homepage;

 license = licenses.gpl3;

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

index 6ae1fbce92bc637af861fa113c9fe0185f513e61..95740d5bbb2d7ee5d6ba8d255a2b34dd154c99b8 100644

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

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

@@ -43,8 +43,6 @@ mkdir -p $out/bin

 ln -s $out/Applications/GPXSee.app/Contents/MacOS/GPXSee $out/bin/gpxsee

'';

meta = with lib; {

 inherit (sources.gpxsee) description homepage changelog;

 license = licenses.gpl3;

diff --git a/pkgs/applications/misc/klogg/default.nix b/pkgs/applications/misc/klogg/default.nix

index c653f057b5dd25e7b7b76c7bb743143cb7c26ce8..c17c5531c79120a9f7715db88bd72cd54d7d5022 100644

--- a/pkgs/applications/misc/klogg/default.nix

+++ b/pkgs/applications/misc/klogg/default.nix

@@ -17,8 +17,6 @@ src = sources.klogg;

nativeBuildInputs = [ cmake ninja ];

postPatch = lib.optionalString useSentry ''

 patchelf --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \

   --set-rpath "$out/lib:${lib.makeLibraryPath [ stdenv.cc.cc.lib ]}" \

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

index 715c8f34722ccaab2d94897a4cc341edcd0cfb25..3aec3694ad1500c006044b60ca8cd78f53a09e03 100644

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

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

@@ -44,8 +44,6 @@ "BINDIR=${placeholder "out"}/bin"

 "APPDIR=${placeholder "out"}/share/applications"

];

meta = with lib; {

 inherit (sources.redict) description homepage;

 license = licenses.gpl3;

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

index e0097b401e625dfddd5d4a415034df77ac6e8800..aaf1c26928753c6fb5845bef528c2b3a32b0f328 100644

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

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

@@ -1,16 +1,16 @@

{ lib, buildGoModule, fetchgit, sources }:

buildGoModule {

src = fetchgit {

 url = "https://git.sr.ht/~adnano/kiln";

};

meta = with lib; {

 description = "A simple static site generator for Gemini";

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

index be04804db051c8ab7dcee52518334393863d0af9..700739d31730d01c318f918762fb5db8cd65d63b 100644

--- a/pkgs/development/tools/pvs-studio/default.nix

+++ b/pkgs/development/tools/pvs-studio/default.nix

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

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

pname = "pvs-studio";

suffix = {

 x86_64-linux = "x86_64";

@@ -17,8 +17,8 @@

src = fetchurl {

 url = "https://files.viva64.com/pvs-studio-${version}-${suffix}.tgz";

 sha256 = {

 }.${system} or throwSystem;

};

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

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