commit 283c33bd713e3988669f16c14e707601455b615e
parent 15b85a872a6a90d6e3ccf1dfa9cf0c5ba04b7cdc
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Tue, 3 Nov 2020 01:22:22 +0300
Up
Diffstat:
7 files changed, 20 insertions(+), 28 deletions(-)
diff --git a/nix/sources.json b/nix/sources.json
@@ -114,15 +114,15 @@
"embox": {
"branch": "master",
"builtin": false,
- "date": "2020-10-31T11:55:07Z",
+ "date": "2020-11-02T10:39:38Z",
"description": "Modular and configurable OS for embedded applications",
"homepage": "http://embox.github.io",
"owner": "embox",
"repo": "embox",
- "rev": "81a26598e00eb849f6abb879b8c3c81d378af2b4",
- "sha256": "169zlpgvzfsnf3a7p86xws2iawcblpbm1bywdkkxm53v4vix04yi",
+ "rev": "d9dc7a8c9d413e0326024563f832acbad72fab62",
+ "sha256": "1ipzf2c1k1kyxig9bb14rgy4qrjascyv88m2grqy6ws4yph76zb7",
"type": "tarball",
- "url": "https://github.com/embox/embox/archive/81a26598e00eb849f6abb879b8c3c81d378af2b4.tar.gz",
+ "url": "https://github.com/embox/embox/archive/d9dc7a8c9d413e0326024563f832acbad72fab62.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"foma": {
@@ -321,15 +321,15 @@
"branch": "master",
"builtin": false,
"changelog": "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes",
- "date": "2020-10-28T11:15:46Z",
+ "date": "2020-11-02T19:16:02Z",
"description": "GPS log file viewer and analyzer",
"homepage": "https://www.gpxsee.org",
"owner": "tumic0",
"repo": "GPXSee",
- "rev": "de7664ccc78a145a8bfe5d8c8c94f9993d355b8e",
- "sha256": "02baylvmzl9fzd3r73dki17hn0mkxzlsxqzglgzwsxswc97jf5p2",
+ "rev": "0644bb72a0af60583f4b440502d2dd89711226ab",
+ "sha256": "1mrp3i43x4ban93njcr1l6bq4jcfkgcvgcn393spd1sipqrf6xrh",
"type": "tarball",
- "url": "https://github.com/tumic0/GPXSee/archive/de7664ccc78a145a8bfe5d8c8c94f9993d355b8e.tar.gz",
+ "url": "https://github.com/tumic0/GPXSee/archive/0644bb72a0af60583f4b440502d2dd89711226ab.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"gpxsee-maps": {
@@ -663,15 +663,15 @@
"nakarte": {
"branch": "master",
"builtin": false,
- "date": "2020-11-01T18:18:22Z",
+ "date": "2020-11-02T18:21:51Z",
"description": "Source code of site http://nakarte.me",
"homepage": "https://nakarte.me",
"owner": "wladich",
"repo": "nakarte",
- "rev": "581e56a2cc5f6d0b19a6e6574f6a6780b555b64f",
- "sha256": "039a3gzywyl4xqk5lx2zi2947fyqzg6is271a5dba72lfynli2y2",
+ "rev": "a3f091ec6dafa32b0c0d5d00020a03e03686ba38",
+ "sha256": "1xp6807c258224villrxs6lfzv9nygz2ir429pprfbm7x9b5zqmq",
"type": "tarball",
- "url": "https://github.com/wladich/nakarte/archive/581e56a2cc5f6d0b19a6e6574f6a6780b555b64f.tar.gz",
+ "url": "https://github.com/wladich/nakarte/archive/a3f091ec6dafa32b0c0d5d00020a03e03686ba38.tar.gz",
"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
@@ -43,8 +43,6 @@ mkDerivation {
ln -s $out/Applications/GPXLab.app/Contents/MacOS/GPXLab $out/bin/gpxlab
'';
- enableParallelBuilding = true;
-
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
@@ -43,8 +43,6 @@ mkDerivation {
ln -s $out/Applications/GPXSee.app/Contents/MacOS/GPXSee $out/bin/gpxsee
'';
- enableParallelBuilding = true;
-
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
@@ -17,8 +17,6 @@ mkDerivation {
nativeBuildInputs = [ cmake ninja ];
- enableParallelBuilding = true;
-
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
@@ -44,8 +44,6 @@ mkDerivation {
"APPDIR=${placeholder "out"}/share/applications"
];
- enableParallelBuilding = true;
-
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
@@ -1,16 +1,16 @@
{ lib, buildGoModule, fetchgit, sources }:
buildGoModule {
- pname = "shavit";
- version = "unstable-2020-10-14";
+ pname = "kiln";
+ version = "unstable-2020-11-02";
src = fetchgit {
url = "https://git.sr.ht/~adnano/kiln";
- rev = "fa7c320822e1a0abb86100ad47d067538b6b4f34";
- sha256 = "0sd7plm820z3dwvfsr2cs4rq5kkqf0ykg2gpsrwqr9604l41sklg";
+ rev = "fbe8122ebde2043de743d189402fa717fbfe0a90";
+ sha256 = "121i7fqds8q15bwyld76p0n7rlpspj8kqvfd8pb62hi7897qm4zy";
};
- vendorSha256 = "0misd11hb9qrd8q668ms12lhk9ijx7nnjxy7qyr9lydnv8v8hz6i";
+ vendorSha256 = "01axixmq1w9k3fh63105z4pxcxjan7l031yj62a9lz4cjlax743i";
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
@@ -4,7 +4,7 @@ let
throwSystem = throw "Unsupported system: ${system}";
pname = "pvs-studio";
- version = "7.09.41189.57";
+ version = "7.09.42228.74";
suffix = {
x86_64-linux = "x86_64";
@@ -17,8 +17,8 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://files.viva64.com/pvs-studio-${version}-${suffix}.tgz";
sha256 = {
- x86_64-linux = "1zmdw0yldh9jmb5q901w3jfx0dw79qw5hw991yds0r2ys6wx0az9";
- x86_64-darwin = "09ak7ima1a6jka0rkmaqpk7sv423jdffgwjxby5gccphzh209xr1";
+ x86_64-linux = "0m8h9ghhhqqakl5lks9hncswfr3w9f4gjsnspqak1h9wcgznzk53";
+ x86_64-darwin = "1fcwvj9klhwlv6w5w7sx4brrw6xkx0w4hysprbzn89q6y6mraq9p";
}.${system} or throwSystem;
};