Merge master into staging-next

This commit is contained in:
github-actions[bot] 2021-07-08 12:01:23 +00:00 committed by GitHub
commit 958dc88d65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 324 additions and 193 deletions

View file

@ -680,6 +680,12 @@
githubId = 11699655; githubId = 11699655;
name = "Stanislas Lange"; name = "Stanislas Lange";
}; };
angustrau = {
name = "Angus Trau";
email = "nix@angus.ws";
github = "angustrau";
githubId = 13267947;
};
anhdle14 = { anhdle14 = {
name = "Le Anh Duc"; name = "Le Anh Duc";
email = "anhdle14@icloud.com"; email = "anhdle14@icloud.com";

View file

@ -0,0 +1,28 @@
{ python3, fetchFromGitHub, fetchpatch, lib }:
python3.pkgs.buildPythonApplication rec {
pname = "dnd-tools";
version = "unstable-2021-02-18";
src = fetchFromGitHub {
owner = "savagezen";
repo = pname;
rev = "baefb9e4b4b8279be89ec63d256dde9704dee078";
sha256 = "1rils3gzbfmwvgy51ah77qihwwbvx50q82lkc1kwcb55b3yinnmj";
};
# gives warning every time unless patched, see https://github.com/savagezen/dnd-tools/pull/20
patches = [
(fetchpatch {
url = "https://github.com/savagezen/dnd-tools/commit/0443f3a232056ad67cfb09eb3eadcb6344659198.patch";
sha256 = "00k8rsz2aj4sfag6l313kxbphcb5bjxb6z3aw66h26cpgm4kysp0";
})
];
meta = with lib; {
homepage = "https://github.com/savagezen/dnd-tools";
description = "A set of interactive command line tools for Dungeons and Dragons 5th Edition";
license = licenses.agpl3Only;
maintainers = [ maintainers.urlordjames ];
};
}

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "helmsman"; pname = "helmsman";
version = "3.6.11"; version = "3.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Praqma"; owner = "Praqma";
repo = "helmsman"; repo = "helmsman";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-9G/A6eADt9jP0CZC6MTZnQOmGOItJFI0zTfmC7HXSaI="; sha256 = "sha256-Xp86tCIM7XVtue/MjQ8/wGs2fHfxSWS3B6MzNMYRqg4=";
}; };
vendorSha256 = "sha256-icX8mOc8g+DhfAjD1pzneLWTXY17lXyAjdPOWAxkHwI="; vendorSha256 = "sha256-icX8mOc8g+DhfAjD1pzneLWTXY17lXyAjdPOWAxkHwI=";

View file

@ -132,6 +132,7 @@ rec {
cp ${./tarsum.go} tarsum.go cp ${./tarsum.go} tarsum.go
export GOPATH=$(pwd) export GOPATH=$(pwd)
export GOCACHE="$TMPDIR/go-cache" export GOCACHE="$TMPDIR/go-cache"
export GO111MODULE=off
mkdir -p src/github.com/docker/docker/pkg mkdir -p src/github.com/docker/docker/pkg
ln -sT ${docker.moby-src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum ln -sT ${docker.moby-src}/pkg/tarsum src/github.com/docker/docker/pkg/tarsum
go build go build

View file

@ -1,10 +1,10 @@
{ self, callPackage, lib }: { self, callPackage, lib }:
callPackage ./default.nix { callPackage ./default.nix {
inherit self; inherit self;
version = "2.0.5-2021-05-29"; version = "2.0.5-2021-06-08";
rev = "c2cfa04231785116d9d198462830f41ef94147c0"; rev = "98f95f69180d48ce49289d6428b46a9ccdd67a46";
isStable = true; isStable = true;
sha256 = "1fw64pv0dvzb9bgr2zwcv9q8gqgsmfnvrcrmrdfgj4ncamgdnilj"; sha256 = "1pdmhk5syp0nir80xcnkf6xy2w5rwslak8hgmjpgaxzlnrjcgs7p";
extraMeta = { # this isn't precise but it at least stops the useless Hydra build extraMeta = { # this isn't precise but it at least stops the useless Hydra build
platforms = with lib; filter (p: p != "aarch64-linux") platforms = with lib; filter (p: p != "aarch64-linux")
(platforms.linux ++ platforms.darwin); (platforms.linux ++ platforms.darwin);

View file

@ -1,8 +1,8 @@
{ self, callPackage }: { self, callPackage }:
callPackage ./default.nix { callPackage ./default.nix {
inherit self; inherit self;
version = "2.1.0-2021-05-29"; version = "2.1.0-2021-06-25";
rev = "839fb5bd72341d8e67b6cfc2053e2acffdb75567"; rev = "e957737650e060d5bf1c2909b741cc3dffe073ac";
isStable = false; isStable = false;
sha256 = "1gyzq4n0fwah0245wazv4c43q9in1mwbk3dhh6cb1ijnjcxp2bb6"; sha256 = "04i7n5xdd1nci4mv2p6bv71fq5b1nkswz12hcgirsxqbnkrlbbcj";
} }

View file

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiopg"; pname = "aiopg";
version = "1.3.0"; version = "1.3.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aio-libs"; owner = "aio-libs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-/J53WqBag4ArSF7wETvmoBUtgNqp4eYGH0ytipiSKBI="; sha256 = "sha256-kAkxulAMtLeL3IAuIVvZtsN5RxHWV/qHyFIYu9Odn34=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -1,7 +1,6 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, fetchpatch
, flake8 , flake8
, orderedmultidict , orderedmultidict
, pytestCheckHook , pytestCheckHook
@ -10,21 +9,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "furl"; pname = "furl";
version = "2.1.0"; version = "2.1.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "08dnw3bs1mk0f1ccn466a5a7fi1ivwrp0jspav9arqpf3wd27q60"; sha256 = "sha256-99ujPq++59vIOWNTSyXnL4FsztSKxTGR7mC/zGKTORg=";
}; };
patches = [
(fetchpatch {
name = "tests_overcome_bpo42967.patch";
url = "https://github.com/gruns/furl/files/6030371/tests_overcome_bpo42967.patch.txt";
sha256 = "1l0lxmcp9x73kxy0ky2bh7zxa4n1cf1qxyyax97n90d1s3dc7k2q";
})
];
propagatedBuildInputs = [ propagatedBuildInputs = [
orderedmultidict orderedmultidict
six six
@ -35,11 +26,6 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
disabledTests = [
# see https://github.com/gruns/furl/issues/121
"join"
];
pythonImportsCheck = [ "furl" ]; pythonImportsCheck = [ "furl" ];
meta = with lib; { meta = with lib; {

View file

@ -14,13 +14,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ibm-watson"; pname = "ibm-watson";
version = "5.2.1"; version = "5.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "watson-developer-cloud"; owner = "watson-developer-cloud";
repo = "python-sdk"; repo = "python-sdk";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0F4BZf0D0dqGm0OkJaSgmH5RxEA8KCzOlbnhIQVsgzQ="; sha256 = "sha256-bK6lcTKAVwAJDb5LqKRWR/4wcOKx7bRwWYC+WB5qJE4=";
}; };
checkInputs = [ checkInputs = [

View file

@ -16,14 +16,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "minio"; pname = "minio";
version = "7.0.4"; version = "7.1.0";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "minio"; owner = "minio";
repo = "minio-py"; repo = "minio-py";
rev = version; rev = version;
sha256 = "sha256-4O6WhBoMNpqv1OEewkbA5a8hYH56liF7GrfxkooQ6Fo="; sha256 = "sha256-0N9hPjGGYHFyGzEWWDnW7KsPQtv0y/j/lCBLNC9IlpA=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -19,13 +19,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "plugwise"; pname = "plugwise";
version = "0.10.0"; version = "0.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = "python-plugwise"; repo = "python-plugwise";
rev = version; rev = version;
sha256 = "sha256-M0Zwao8I8PRxxF9xvtzFeCFK9+eMlXYcWJarfHSGAlw="; sha256 = "sha256-b00jfPZTVRI7BRpUHI2NjcydkykC/1HjmVzDaIech8c=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyftdi"; pname = "pyftdi";
version = "0.53.1"; version = "0.53.2";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eblot"; owner = "eblot";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-lpNe+8DhyfVuClGcjWIA6pnfh+NwdlBGffjRH62K4uw="; sha256 = "sha256-6cTQlYG/z8ZulMZLggGQ+PhuOOclWM0/+cfy0SF6dls=";
}; };
propagatedBuildInputs = [ pyusb pyserial ]; propagatedBuildInputs = [ pyusb pyserial ];

View file

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylutron"; pname = "pylutron";
version = "0.2.7"; version = "0.2.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-wwVTDpoRT/TIJhoRap0T01a8gmYt+vfKc+ATRs6phB4="; sha256 = "sha256-Jg2waoIxvBvX+hoAgt/yoM87XdShCHQOZXbsHG3b4cw=";
}; };
# Project has no tests # Project has no tests

View file

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyswitchbot"; pname = "pyswitchbot";
version = "0.9.1"; version = "0.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Danielhiversen"; owner = "Danielhiversen";
repo = "pySwitchbot"; repo = "pySwitchbot";
rev = version; rev = version;
sha256 = "16p11fmyms4q93m3rna76nkp2la9m8lmfmaflbvga666vljwfw6v"; sha256 = "sha256-YqXR6zL8rM2p6YqK8BX82F9HZHgfpfEU4qBiVSud0hw=";
}; };
propagatedBuildInputs = [ bluepy ]; propagatedBuildInputs = [ bluepy ];

View file

@ -29,11 +29,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sentry-sdk"; pname = "sentry-sdk";
version = "1.1.0"; version = "1.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-wSJ9ONyjFbo1GCNz8SnD4nIujtmZ5SWE5qyn0oeHBzk="; sha256 = "sha256-mQetvdMKVbgYkUUSzBQ+a+rguzuniyZJ9LB5dS6w5CQ=";
}; };
checkInputs = [ blinker botocore chalice django flask tornado bottle rq falcon sqlalchemy werkzeug trytond checkInputs = [ blinker botocore chalice django flask tornado bottle rq falcon sqlalchemy werkzeug trytond

View file

@ -7,11 +7,11 @@
, useSharedLibraries ? (!isBootstrap && !stdenv.isCygwin) , useSharedLibraries ? (!isBootstrap && !stdenv.isCygwin)
, useOpenSSL ? !isBootstrap, openssl , useOpenSSL ? !isBootstrap, openssl
, useNcurses ? false, ncurses , useNcurses ? false, ncurses
, withQt5 ? false, qtbase , withQt5 ? false, qtbase, wrapQtAppsHook
, buildDocs ? (!isBootstrap && (useNcurses || withQt5)), sphinx, texinfo , buildDocs ? (!isBootstrap && (useNcurses || withQt5)), sphinx, texinfo
}: }:
stdenv.mkDerivation (rec { stdenv.mkDerivation rec {
pname = "cmake" pname = "cmake"
+ lib.optionalString isBootstrap "-boot" + lib.optionalString isBootstrap "-boot"
+ lib.optionalString useNcurses "-cursesUI" + lib.optionalString useNcurses "-cursesUI"
@ -45,7 +45,8 @@ stdenv.mkDerivation (rec {
depsBuildBuild = [ buildPackages.stdenv.cc ]; depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ setupHook pkg-config ] nativeBuildInputs = [ setupHook pkg-config ]
++ lib.optionals buildDocs [ texinfo ]; ++ lib.optionals buildDocs [ texinfo ]
++ lib.optionals withQt5 [ wrapQtAppsHook ];
buildInputs = [] buildInputs = []
++ lib.optionals useSharedLibraries [ bzip2 curlMinimal expat libarchive xz zlib libuv rhash ] ++ lib.optionals useSharedLibraries [ bzip2 curlMinimal expat libarchive xz zlib libuv rhash ]
@ -130,5 +131,4 @@ stdenv.mkDerivation (rec {
maintainers = with maintainers; [ ttuegel lnl7 ]; maintainers = with maintainers; [ ttuegel lnl7 ];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} // (if withQt5 then { dontWrapQtApps = true; } else {}) }
)

View file

@ -5,9 +5,9 @@
let let
# NOTE: bumping the version and updating the hash is insufficient; # NOTE: bumping the version and updating the hash is insufficient;
# you must use bundix to generate a new gemset.nix in the Vagrant source. # you must use bundix to generate a new gemset.nix in the Vagrant source.
version = "2.2.16"; version = "2.2.17";
url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"; url = "https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz";
sha256 = "sha256-qzxguxKy2pFv0HMZKEnytdPyJPlf6/NTghIkfEzeKNY="; sha256 = "sha256-T48ui7jgq9ni3pC09Jd2WzkT9PBaJ+SUDfcXA5QMjM8=";
deps = bundlerEnv rec { deps = bundlerEnv rec {
name = "${pname}-${version}"; name = "${pname}-${version}";

View file

@ -24,20 +24,20 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "08hd3d2lfi19cns4d6wkq51scasn17l83fgbzbjjk3dqccz4rg3j"; sha256 = "1lvcp8bsd35g57f7wz4jigcw2sryzzwrpcgjwwf3chmjrjcww5in";
type = "gem"; type = "gem";
}; };
version = "4.0.0"; version = "4.1.0";
}; };
concurrent-ruby = { concurrent-ruby = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0mr23wq0szj52xnj0zcn1k0c7j4v79wlwbijkpfcscqww3l6jlg3"; sha256 = "0nwad3211p7yv9sda31jmbyw6sdafzmdi2i2niaz6f0wk5nq9h0f";
type = "gem"; type = "gem";
}; };
version = "1.1.8"; version = "1.1.9";
}; };
ed25519 = { ed25519 = {
groups = ["default"]; groups = ["default"];
@ -64,20 +64,20 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "19g5nvkycnkzqq4mqn1zjznq9adrlv2jz0dr9w10cbn42hhqpiz7"; sha256 = "186sra2bww83wa245mhmm57ngdn4w2k2x39iqkmxasjhibg5jsbl";
type = "gem"; type = "gem";
}; };
version = "0.81.0"; version = "0.84.0";
}; };
ffi = { ffi = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0nq1fb3vbfylccwba64zblxy96qznxbys5900wd7gm9bpplmf432"; sha256 = "1wgvaclp4h9y8zkrgz8p2hqkrgr4j7kz0366mik0970w532cbmcq";
type = "gem"; type = "gem";
}; };
version = "1.15.0"; version = "1.15.3";
}; };
gssapi = { gssapi = {
dependencies = ["ffi"]; dependencies = ["ffi"];
@ -190,10 +190,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1phcq7z0zpipwd7y4fbqmlaqghv07fjjgrx99mwq3z3n0yvy7fmi"; sha256 = "0dlxwc75iy0dj23x824cxpvpa7c8aqcpskksrmb32j6m66h5mkcy";
type = "gem"; type = "gem";
}; };
version = "3.2021.0225"; version = "3.2021.0704";
}; };
multi_json = { multi_json = {
groups = ["default"]; groups = ["default"];
@ -211,10 +211,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0b0jqrcsp4bbi4n4mzyf70cp2ysyp6x07j8k8cqgxnvb4i3a134j"; sha256 = "0b4h3ip8d1gkrc0znnw54hbxillk73mdnaf5pz330lmrcl1wiilg";
type = "gem"; type = "gem";
}; };
version = "1.2.1"; version = "3.0.0";
}; };
net-sftp = { net-sftp = {
dependencies = ["net-ssh"]; dependencies = ["net-ssh"];
@ -252,10 +252,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1k9bsj7ni0g2fd7scyyy1sk9dy2pg9akniahab0iznvjmhn54h87"; sha256 = "1qsx9c4jr11vr3a9s5j83avczx9qn9rjaf32gxpc2v451hvbc0is";
type = "gem"; type = "gem";
}; };
version = "0.10.4"; version = "0.11.0";
}; };
rb-inotify = { rb-inotify = {
dependencies = ["ffi"]; dependencies = ["ffi"];
@ -279,6 +279,16 @@
}; };
version = "0.2.6"; version = "0.2.6";
}; };
rexml = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
type = "gem";
};
version = "3.2.5";
};
rubyntlm = { rubyntlm = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
@ -294,10 +304,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0590m2pr9i209pp5z4mx0nb1961ishdiqb28995hw1nln1d1b5ji"; sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz";
type = "gem"; type = "gem";
}; };
version = "2.3.0"; version = "2.3.2";
}; };
vagrant_cloud = { vagrant_cloud = {
dependencies = ["excon" "log4r"]; dependencies = ["excon" "log4r"];

View file

@ -17,15 +17,15 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "deno"; pname = "deno";
version = "1.11.3"; version = "1.11.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "denoland"; owner = "denoland";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Ru75eyyyaaFDD71AzDE5kgLsiB7thjqrJvvnA/PdvrA="; sha256 = "sha256-DrmdIWaWkOQeghhsnowkdgPA+z4+L2MTs7DNyeqDi5w=";
}; };
cargoSha256 = "sha256-8UnsmIDdFEKp4diJ6Cr/fsbPKlw7wGHmGjXu5oqh2HI="; cargoSha256 = "sha256-E0qcy+/o8q9dv3KJjNkI+VNa5MBWzwla2Dz8niwvPCw=";
# Install completions post-install # Install completions post-install
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];

View file

@ -65,12 +65,12 @@ final: prev:
ale = buildVimPluginFrom2Nix { ale = buildVimPluginFrom2Nix {
pname = "ale"; pname = "ale";
version = "2021-07-05"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dense-analysis"; owner = "dense-analysis";
repo = "ale"; repo = "ale";
rev = "958f30c1635ffc7cd47b929b382a791a9d0db37b"; rev = "e230f07465be5b05446da30a098b4a666463503f";
sha256 = "1pbjqg8jn7nw3kn54mjfbm2bidwll1blay9aq70wpzcqvizn8fa0"; sha256 = "0kijn7ki8r00gpb3hhxqmbs80qxlsdkwxl9x563rg4frqbz74cd2";
}; };
meta.homepage = "https://github.com/dense-analysis/ale/"; meta.homepage = "https://github.com/dense-analysis/ale/";
}; };
@ -413,12 +413,12 @@ final: prev:
chadtree = buildVimPluginFrom2Nix { chadtree = buildVimPluginFrom2Nix {
pname = "chadtree"; pname = "chadtree";
version = "2021-07-06"; version = "2021-07-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ms-jpq"; owner = "ms-jpq";
repo = "chadtree"; repo = "chadtree";
rev = "7d1bae413ad45099d7b93592e738b47f7f50b4f2"; rev = "b7ca56a48d52b0b3c167bbeabe35f0fbf0aa5ac6";
sha256 = "1dyi2wxl8k875lapwgmxymhg9jyfqnilp2kiyfqs9h45dmfpmxwk"; sha256 = "1c5vc1d0bhlaadrzad27z9y3k96mhfpj27mynci2g4fl73fhwdyg";
}; };
meta.homepage = "https://github.com/ms-jpq/chadtree/"; meta.homepage = "https://github.com/ms-jpq/chadtree/";
}; };
@ -557,12 +557,12 @@ final: prev:
coc-nvim = buildVimPluginFrom2Nix { coc-nvim = buildVimPluginFrom2Nix {
pname = "coc-nvim"; pname = "coc-nvim";
version = "2021-06-29"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neoclide"; owner = "neoclide";
repo = "coc.nvim"; repo = "coc.nvim";
rev = "34d9d52f4e030a7f1c5e15afa1928cad6d9d903d"; rev = "443b5e3c026532bf2f593415d55f38237e8646e1";
sha256 = "0mp71zwaiavn8crw64srgcg4fic69dl0rssd1y5jkwfy25r7jnfv"; sha256 = "0i0nci1pss419jvms7ncjzqbcg00d1hbf1c4v3cvvdssdnrh8gql";
}; };
meta.homepage = "https://github.com/neoclide/coc.nvim/"; meta.homepage = "https://github.com/neoclide/coc.nvim/";
}; };
@ -666,12 +666,12 @@ final: prev:
compe-tabnine = buildVimPluginFrom2Nix { compe-tabnine = buildVimPluginFrom2Nix {
pname = "compe-tabnine"; pname = "compe-tabnine";
version = "2021-07-04"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tzachar"; owner = "tzachar";
repo = "compe-tabnine"; repo = "compe-tabnine";
rev = "b8326e2acf3056e674925a360dedc33510285f0c"; rev = "a4d7b60dc538b724c4bc7df50687a879bcf764c7";
sha256 = "00baf8nmldvd08nsj851bdai6jywpjhg1z1hhcxn7zagj0rl6rs0"; sha256 = "1lhy2m4awni2pmz9b7b1hkjmaaf4napgihykqwhm9rshsb0xzgvx";
}; };
meta.homepage = "https://github.com/tzachar/compe-tabnine/"; meta.homepage = "https://github.com/tzachar/compe-tabnine/";
}; };
@ -966,12 +966,12 @@ final: prev:
defx-nvim = buildVimPluginFrom2Nix { defx-nvim = buildVimPluginFrom2Nix {
pname = "defx-nvim"; pname = "defx-nvim";
version = "2021-06-23"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Shougo"; owner = "Shougo";
repo = "defx.nvim"; repo = "defx.nvim";
rev = "b3353d8bc1f14553e18c68332dc65418977698d1"; rev = "b3a0d8f5c85567ddfdefc7736336c211cb5ea899";
sha256 = "0cydx3qv217k72rvn3gx3wb3dv5y6bf4zgggz8s84w9kn451swxn"; sha256 = "0dzyyfgd8dxkn94677afydjclxgb75l0skxcwnfn71hmx7dikjkw";
}; };
meta.homepage = "https://github.com/Shougo/defx.nvim/"; meta.homepage = "https://github.com/Shougo/defx.nvim/";
}; };
@ -1014,12 +1014,12 @@ final: prev:
denite-nvim = buildVimPluginFrom2Nix { denite-nvim = buildVimPluginFrom2Nix {
pname = "denite-nvim"; pname = "denite-nvim";
version = "2021-06-27"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Shougo"; owner = "Shougo";
repo = "denite.nvim"; repo = "denite.nvim";
rev = "54abca453ae90607a3f70cc316cba9b384bfaac1"; rev = "ce94c33d78005a1ebe8700a5e81f155b9ca5e797";
sha256 = "0hhsrw2pkp0pb8sjdr4hmqnnbnfviir56mdwl8m0vzci7zx4409x"; sha256 = "0272pnn3ygi3525sgsvh8s5nbrazvp42ic4v9hqdlnbdcy5ndqrz";
}; };
meta.homepage = "https://github.com/Shougo/denite.nvim/"; meta.homepage = "https://github.com/Shougo/denite.nvim/";
}; };
@ -1328,12 +1328,12 @@ final: prev:
doki-theme-vim = buildVimPluginFrom2Nix { doki-theme-vim = buildVimPluginFrom2Nix {
pname = "doki-theme-vim"; pname = "doki-theme-vim";
version = "2021-06-16"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "doki-theme"; owner = "doki-theme";
repo = "doki-theme-vim"; repo = "doki-theme-vim";
rev = "8a3a7b64d5509f87564d846faae5ef0b2b77d2a6"; rev = "570577ba3f47baebd9e9019916971bee60e2c2e4";
sha256 = "05s7fph5bm9gz2b0biqrpsvvh8ccfxh5csxya3rkja86ppz6wawr"; sha256 = "05y3dd2w518jcpgbmj83hv8knm92xnagzbv9hknhbs99bgghmp0h";
}; };
meta.homepage = "https://github.com/doki-theme/doki-theme-vim/"; meta.homepage = "https://github.com/doki-theme/doki-theme-vim/";
}; };
@ -1376,12 +1376,12 @@ final: prev:
edge = buildVimPluginFrom2Nix { edge = buildVimPluginFrom2Nix {
pname = "edge"; pname = "edge";
version = "2021-07-01"; version = "2021-07-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sainnhe"; owner = "sainnhe";
repo = "edge"; repo = "edge";
rev = "1e540f25a4bb84fcc50b5f10c969fbda02d21027"; rev = "ee266d4eda7c57ddb1db460c85e41bc52415e0ea";
sha256 = "17qpqiv63jpap10wgfkb6zmj2xqcl7jwjglg74y9pajkpm1l050h"; sha256 = "03r4mvg3jysypc4xid13hcysxxbc23n1xw0vrya7i2gygiwjh37b";
}; };
meta.homepage = "https://github.com/sainnhe/edge/"; meta.homepage = "https://github.com/sainnhe/edge/";
}; };
@ -1643,12 +1643,12 @@ final: prev:
friendly-snippets = buildVimPluginFrom2Nix { friendly-snippets = buildVimPluginFrom2Nix {
pname = "friendly-snippets"; pname = "friendly-snippets";
version = "2021-06-27"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rafamadriz"; owner = "rafamadriz";
repo = "friendly-snippets"; repo = "friendly-snippets";
rev = "3361919766dde206849b901163abd7cb820e59a7"; rev = "21b6ffd6d79cc16272c889e17ae7db3eb2cf8199";
sha256 = "0q25v9qlyjv58wlq6yzjajmnzi3rw8yiz9amjia6h0bzhnfxwn3l"; sha256 = "088gl77k8mzwrzdyc3d0lp68fxi88npz4pvq6xyspb9cfx982x1a";
}; };
meta.homepage = "https://github.com/rafamadriz/friendly-snippets/"; meta.homepage = "https://github.com/rafamadriz/friendly-snippets/";
}; };
@ -1835,12 +1835,12 @@ final: prev:
gitsigns-nvim = buildVimPluginFrom2Nix { gitsigns-nvim = buildVimPluginFrom2Nix {
pname = "gitsigns-nvim"; pname = "gitsigns-nvim";
version = "2021-07-05"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "42c87b9ab34e0fd68fcc669137cd7b351e09a89f"; rev = "9940d8bef15e2050fbe27e6cfdfdd8dc64e3593c";
sha256 = "11f5hpzm0xdj2b5lfp65i5p6xbalkazpfxr4kir16v5n8q93azng"; sha256 = "09159xcyxl6hgz6wn02g582gjsf7inrpqib3wpazjldc0fcx1k4p";
}; };
meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/"; meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/";
}; };
@ -1871,12 +1871,12 @@ final: prev:
glow-nvim = buildVimPluginFrom2Nix { glow-nvim = buildVimPluginFrom2Nix {
pname = "glow-nvim"; pname = "glow-nvim";
version = "2021-07-01"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "npxbr"; owner = "npxbr";
repo = "glow.nvim"; repo = "glow.nvim";
rev = "c5cf6ca75af09046ea3ff51132732271a6e2dd6c"; rev = "76e834e6c44ac176202a541cb46755303bdcc88d";
sha256 = "187zm6vj8xbxs5flbqwjzzsv7vq7c6mw55phihd610bmn1wbxfnd"; sha256 = "0byzim4zl9hgr50qh8caq8d50xkjiplh1kp1jrpmfclzxwzzq3l3";
}; };
meta.homepage = "https://github.com/npxbr/glow.nvim/"; meta.homepage = "https://github.com/npxbr/glow.nvim/";
}; };
@ -2063,12 +2063,12 @@ final: prev:
hop-nvim = buildVimPluginFrom2Nix { hop-nvim = buildVimPluginFrom2Nix {
pname = "hop-nvim"; pname = "hop-nvim";
version = "2021-07-01"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phaazon"; owner = "phaazon";
repo = "hop.nvim"; repo = "hop.nvim";
rev = "0e9d4b4585f8a37d6cccbe9dd5993900b96a595b"; rev = "3c46b25e2a12544e52c23377c4a0c43ab920ad65";
sha256 = "0gpah47azk1miybwm2aa6m3vm08683z85rgrjfywx76fnih9rs66"; sha256 = "0sajb93635rxgv5v3bhbakbfpg958vsj8yaln7d91ab87zhbq1zj";
}; };
meta.homepage = "https://github.com/phaazon/hop.nvim/"; meta.homepage = "https://github.com/phaazon/hop.nvim/";
}; };
@ -2568,12 +2568,12 @@ final: prev:
lightspeed-nvim = buildVimPluginFrom2Nix { lightspeed-nvim = buildVimPluginFrom2Nix {
pname = "lightspeed-nvim"; pname = "lightspeed-nvim";
version = "2021-07-02"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ggandor"; owner = "ggandor";
repo = "lightspeed.nvim"; repo = "lightspeed.nvim";
rev = "14ec41e3348d23c88235f038c7395a750e765e9d"; rev = "1cbd25bd666f2bfbad480a5b9b308e64dbefdf71";
sha256 = "03chwwbwq7zgj899rl7827wqfx9ynyz0i1dhyqn1sk1mrddpr4mz"; sha256 = "0xyiii94ciyki82ck2h88daazs1c17h944vv6caafijs1jqly7xi";
}; };
meta.homepage = "https://github.com/ggandor/lightspeed.nvim/"; meta.homepage = "https://github.com/ggandor/lightspeed.nvim/";
}; };
@ -2640,12 +2640,12 @@ final: prev:
lsp_signature-nvim = buildVimPluginFrom2Nix { lsp_signature-nvim = buildVimPluginFrom2Nix {
pname = "lsp_signature-nvim"; pname = "lsp_signature-nvim";
version = "2021-07-05"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ray-x"; owner = "ray-x";
repo = "lsp_signature.nvim"; repo = "lsp_signature.nvim";
rev = "e2f781f8dfebf6b21929dd8b326474a828e3f08b"; rev = "bb57b0fd6ce497b42b3f63443c4ee9ae980bcfcb";
sha256 = "15p5k2kki4pp4hg8284f8hji1b406whhpxr0dws0lx5qc4vqwhwr"; sha256 = "0aln69gkk5b0zmlbh31rf80vc6hnv6bnk4xrmwrpsf7yi16qa1ky";
}; };
meta.homepage = "https://github.com/ray-x/lsp_signature.nvim/"; meta.homepage = "https://github.com/ray-x/lsp_signature.nvim/";
}; };
@ -2688,12 +2688,12 @@ final: prev:
luasnip = buildVimPluginFrom2Nix { luasnip = buildVimPluginFrom2Nix {
pname = "luasnip"; pname = "luasnip";
version = "2021-07-05"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "l3mon4d3"; owner = "l3mon4d3";
repo = "luasnip"; repo = "luasnip";
rev = "8b9b689c247f236ad55153582342ecc788444f51"; rev = "24e8972514124a493f22a27c1e2b7df45dd1e6dc";
sha256 = "1v24r0kqsqzd111c6ih5s2q0ckz56whqwpsq19awk3sqkvba17w3"; sha256 = "14rr6p4xhm1ibszpm0xj20gnsxqcpqys1dwws239hwwb22y6yd8k";
}; };
meta.homepage = "https://github.com/l3mon4d3/luasnip/"; meta.homepage = "https://github.com/l3mon4d3/luasnip/";
}; };
@ -3156,12 +3156,12 @@ final: prev:
neorg = buildVimPluginFrom2Nix { neorg = buildVimPluginFrom2Nix {
pname = "neorg"; pname = "neorg";
version = "2021-07-03"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vhyrro"; owner = "vhyrro";
repo = "neorg"; repo = "neorg";
rev = "d8aea4d54a0af773142c9be8a30944ae8e49b055"; rev = "67a87013ea5c976e6fe85fef6dafc46c8ef648f6";
sha256 = "1x2q4lhckb8ynzm9s25y877vvi691bw9sdd6764yqgdcznpdlma1"; sha256 = "0qdlks0cj7c8fyzk7012i4i39whgnq3n41mn3557ljf9dzd1d7b2";
}; };
meta.homepage = "https://github.com/vhyrro/neorg/"; meta.homepage = "https://github.com/vhyrro/neorg/";
}; };
@ -3360,12 +3360,12 @@ final: prev:
nord-nvim = buildVimPluginFrom2Nix { nord-nvim = buildVimPluginFrom2Nix {
pname = "nord-nvim"; pname = "nord-nvim";
version = "2021-07-01"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shaunsingh"; owner = "shaunsingh";
repo = "nord.nvim"; repo = "nord.nvim";
rev = "98063a91de4179685c29acb1c765a99bf08ef0f2"; rev = "f576bea507648be342336f7a3f08b5e561792292";
sha256 = "18q05vfb4h94nlxylkir9chb3n62x2ibb3qlcij4rhn35fsnrfd9"; sha256 = "1r5xpp186nd7wm5xncd7g7q08i3mbxzvfws43220zaywvx06yddm";
}; };
meta.homepage = "https://github.com/shaunsingh/nord.nvim/"; meta.homepage = "https://github.com/shaunsingh/nord.nvim/";
}; };
@ -3382,6 +3382,18 @@ final: prev:
meta.homepage = "https://github.com/chrisbra/NrrwRgn/"; meta.homepage = "https://github.com/chrisbra/NrrwRgn/";
}; };
numb-nvim = buildVimPluginFrom2Nix {
pname = "numb-nvim";
version = "2021-07-05";
src = fetchFromGitHub {
owner = "nacro90";
repo = "numb.nvim";
rev = "ec916bc8db72f576a83d47fc63e09a1c8687bb38";
sha256 = "0d8m9rh51ibwy1cxsagi78774lrg92iwjwinhk04i3i3smc6z7ja";
};
meta.homepage = "https://github.com/nacro90/numb.nvim/";
};
nvcode-color-schemes-vim = buildVimPluginFrom2Nix { nvcode-color-schemes-vim = buildVimPluginFrom2Nix {
pname = "nvcode-color-schemes-vim"; pname = "nvcode-color-schemes-vim";
version = "2021-07-03"; version = "2021-07-03";
@ -3492,12 +3504,12 @@ final: prev:
nvim-compe = buildVimPluginFrom2Nix { nvim-compe = buildVimPluginFrom2Nix {
pname = "nvim-compe"; pname = "nvim-compe";
version = "2021-07-05"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hrsh7th"; owner = "hrsh7th";
repo = "nvim-compe"; repo = "nvim-compe";
rev = "00ebf180d01f7f020c6c19bd8caed59f722ccc04"; rev = "83b33e70f4b210ebfae86a2ec2d054ca31f467dd";
sha256 = "1qasn6qx4qna0p364b2kbyrd3bdw7zkzys0d2x9rgc5pn7jx80f0"; sha256 = "0zgyvqsmc33k9m7ckgs0s8wi365w5xlywz5xh7idlvhzw4r29y5c";
}; };
meta.homepage = "https://github.com/hrsh7th/nvim-compe/"; meta.homepage = "https://github.com/hrsh7th/nvim-compe/";
}; };
@ -3564,12 +3576,12 @@ final: prev:
nvim-highlite = buildVimPluginFrom2Nix { nvim-highlite = buildVimPluginFrom2Nix {
pname = "nvim-highlite"; pname = "nvim-highlite";
version = "2021-07-04"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Iron-E"; owner = "Iron-E";
repo = "nvim-highlite"; repo = "nvim-highlite";
rev = "b1b6ff6b78dac7c00b70404892e0eabdacb7b223"; rev = "85c931fa18cb9a7c54b0a6bde54924741bdb296c";
sha256 = "13icfnas86iki1x2xd2xcdh7ycp3if49zgnwpyx03djgi7ljkgjk"; sha256 = "0fw59qgfaskwv8k8pjq1xb8b4k55rgr04311xma4arki9gjrv128";
}; };
meta.homepage = "https://github.com/Iron-E/nvim-highlite/"; meta.homepage = "https://github.com/Iron-E/nvim-highlite/";
}; };
@ -3624,12 +3636,12 @@ final: prev:
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2021-07-05"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "4e8a6bb35f80e5e37c14b92b5db9abaf2dc6605f"; rev = "e01b305a03f0b43899d31c5bdbfa2f972cf19bbf";
sha256 = "1zz0jf3cv7v1v3ixklld6ls4fcj05d8yy7ww20s85nqvalv5l66r"; sha256 = "1s45z3pz50czyhffxcv67m7rc4jak4hvx69b9ilc37j6hb1l3l9a";
}; };
meta.homepage = "https://github.com/neovim/nvim-lspconfig/"; meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
}; };
@ -3672,12 +3684,12 @@ final: prev:
nvim-scrollview = buildVimPluginFrom2Nix { nvim-scrollview = buildVimPluginFrom2Nix {
pname = "nvim-scrollview"; pname = "nvim-scrollview";
version = "2021-06-26"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dstein64"; owner = "dstein64";
repo = "nvim-scrollview"; repo = "nvim-scrollview";
rev = "f0423e8085503889170b695d56191b29b51239e2"; rev = "2216837c0178dc81cca3d47aff9699ac1b2aec8e";
sha256 = "193h67azj8pldx8csphb7vaj7sza1kv5ayzxx1xq9fynywwncjyy"; sha256 = "0n1p7abd08k28c30pzk51vm1j3wghyjxbw0c8j0jwxiyzaf3p865";
}; };
meta.homepage = "https://github.com/dstein64/nvim-scrollview/"; meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
}; };
@ -3708,24 +3720,24 @@ final: prev:
nvim-tree-lua = buildVimPluginFrom2Nix { nvim-tree-lua = buildVimPluginFrom2Nix {
pname = "nvim-tree-lua"; pname = "nvim-tree-lua";
version = "2021-07-02"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-tree.lua"; repo = "nvim-tree.lua";
rev = "589c36e26f99486e7ab5e2e6920636ffd5f3ae2a"; rev = "933d69a37fa5e7a89dc7470376fbed9e692f4253";
sha256 = "0s5ha981igqkmp13xzxy1rj4cw687qxs5301byx9vjl2n5gkyb6j"; sha256 = "1ahxa1zp66vfj49lc5n7dmsw9l1xg68safn4cj2skf0ygkyqj8a9";
}; };
meta.homepage = "https://github.com/kyazdani42/nvim-tree.lua/"; meta.homepage = "https://github.com/kyazdani42/nvim-tree.lua/";
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2021-07-05"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "53d92f65bddf6623000b81ca5beae5ee3a6a736e"; rev = "61411b27c5e7a9539d0974583df8b6522eb89140";
sha256 = "18irdbpwqpp6xjmqk7bjlvd8k2mzyg77xgw5k4y2y5vcjg8jazfq"; sha256 = "1xmzapyryb7l4h0f7wfyvi4znbr032h9xw9mfqq8503c90dzb8nq";
}; };
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
}; };
@ -3768,24 +3780,24 @@ final: prev:
nvim-treesitter-textobjects = buildVimPluginFrom2Nix { nvim-treesitter-textobjects = buildVimPluginFrom2Nix {
pname = "nvim-treesitter-textobjects"; pname = "nvim-treesitter-textobjects";
version = "2021-07-04"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter-textobjects"; repo = "nvim-treesitter-textobjects";
rev = "bebb977b80d7d6253e82804e05b1105a57382d12"; rev = "321d9870d08bf7205d1088b1bee2a963727b5cc5";
sha256 = "0ckszh3157jbzhqzyfa5gb6sixi7b66w3z3hjvl39z66dk9lf9l6"; sha256 = "1rdpxsdvlh8pf20755fz1sfkcpggfalzj6nynilk0bs943pigq9j";
}; };
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/"; meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/";
}; };
nvim-ts-rainbow = buildVimPluginFrom2Nix { nvim-ts-rainbow = buildVimPluginFrom2Nix {
pname = "nvim-ts-rainbow"; pname = "nvim-ts-rainbow";
version = "2021-06-25"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "p00f"; owner = "p00f";
repo = "nvim-ts-rainbow"; repo = "nvim-ts-rainbow";
rev = "c2a5af6b6f08b883ac6925273142eb178178a2f6"; rev = "72e51738bb6bf966f3f0b336739eb02cf3f8266a";
sha256 = "1z07c9w8ms6gpqjy1xfjhqbr1zn717i6gyn9vm7wm60rk86xrn3j"; sha256 = "0abp18d2ha3f3hnkvs4g3wndkwb5mfi5ma7bbh7hi2yq1dav9a64";
}; };
meta.homepage = "https://github.com/p00f/nvim-ts-rainbow/"; meta.homepage = "https://github.com/p00f/nvim-ts-rainbow/";
}; };
@ -3924,12 +3936,12 @@ final: prev:
packer-nvim = buildVimPluginFrom2Nix { packer-nvim = buildVimPluginFrom2Nix {
pname = "packer-nvim"; pname = "packer-nvim";
version = "2021-07-05"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wbthomason"; owner = "wbthomason";
repo = "packer.nvim"; repo = "packer.nvim";
rev = "5f7ce98b4c81dd8d4b727adc86f83b2339befd55"; rev = "3fdea07bec6cb733d2f82e50a10829528b0ed4a9";
sha256 = "1aphdri6hb9jamwjdkjybv0r3xbdr673jd4sibzj591r2ai6kzja"; sha256 = "022klki8hgv1i5h91r1ag5jnk37iq6awgfijjzb47z2k525nh0nc";
}; };
meta.homepage = "https://github.com/wbthomason/packer.nvim/"; meta.homepage = "https://github.com/wbthomason/packer.nvim/";
}; };
@ -4273,12 +4285,12 @@ final: prev:
registers-nvim = buildVimPluginFrom2Nix { registers-nvim = buildVimPluginFrom2Nix {
pname = "registers-nvim"; pname = "registers-nvim";
version = "2021-07-05"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tversteeg"; owner = "tversteeg";
repo = "registers.nvim"; repo = "registers.nvim";
rev = "2208bcd4e73fd3b321ac52ce498ab679b8c959ab"; rev = "4e79f208b4642578edcded89f889d6c76653abbd";
sha256 = "0qqskn8sg9jcpg9wvch0j8d28qjkz084hcc7hl7f1lfc70ksvc7h"; sha256 = "041psdy4nsxhvfxx51anj58iac619p0dx9sp7710vvfwg526jifr";
}; };
meta.homepage = "https://github.com/tversteeg/registers.nvim/"; meta.homepage = "https://github.com/tversteeg/registers.nvim/";
}; };
@ -4369,12 +4381,12 @@ final: prev:
rust-tools-nvim = buildVimPluginFrom2Nix { rust-tools-nvim = buildVimPluginFrom2Nix {
pname = "rust-tools-nvim"; pname = "rust-tools-nvim";
version = "2021-06-15"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "simrat39"; owner = "simrat39";
repo = "rust-tools.nvim"; repo = "rust-tools.nvim";
rev = "493202aa28b5b9e4aa378ad04de50162ec1f353c"; rev = "0bf6e0986ddc5677a6ca60a59624e49234c368a5";
sha256 = "11azahjqg6wvahchds8hanbs8qrx2kjz7g5vcxcfyajfpns1ck6r"; sha256 = "0anvnb1szy2w5dsvnznkdcppmcn6sd2d1419ny0bv3hb4bg07jcy";
}; };
meta.homepage = "https://github.com/simrat39/rust-tools.nvim/"; meta.homepage = "https://github.com/simrat39/rust-tools.nvim/";
}; };
@ -4598,12 +4610,12 @@ final: prev:
sonokai = buildVimPluginFrom2Nix { sonokai = buildVimPluginFrom2Nix {
pname = "sonokai"; pname = "sonokai";
version = "2021-07-01"; version = "2021-07-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sainnhe"; owner = "sainnhe";
repo = "sonokai"; repo = "sonokai";
rev = "e8935bde797ce92318c60a21ee671caf04387a33"; rev = "f9320976cee24af73d92a99eac1758c17b897d80";
sha256 = "1sw8d7ipadpa4hazs2fija3rzlf6ch7h8lkm4k3hg9m9gpviygla"; sha256 = "1s2zxkgd4hzn5sw6fbf8ba42cvqxpz7rrwf7kidhchzjk9lgf06y";
}; };
meta.homepage = "https://github.com/sainnhe/sonokai/"; meta.homepage = "https://github.com/sainnhe/sonokai/";
}; };
@ -4634,12 +4646,12 @@ final: prev:
Spacegray-vim = buildVimPluginFrom2Nix { Spacegray-vim = buildVimPluginFrom2Nix {
pname = "Spacegray-vim"; pname = "Spacegray-vim";
version = "2021-06-15"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ackyshake"; owner = "ackyshake";
repo = "Spacegray.vim"; repo = "Spacegray.vim";
rev = "0aa4e5c973413add9766689385bf9137d8c6cbc9"; rev = "c699ca10ed421c462bd1c87a158faaa570dc8e28";
sha256 = "12lwvcm2ahwvr8gj1sdlgf42cd2f4xxjmiir68f09yimzajip7yi"; sha256 = "0ma8w6p5jh6llka49x5j5ql8fmhv0bx5hhsn5b2phak79yqg1k61";
}; };
meta.homepage = "https://github.com/ackyshake/Spacegray.vim/"; meta.homepage = "https://github.com/ackyshake/Spacegray.vim/";
}; };
@ -5574,12 +5586,12 @@ final: prev:
vim-airline = buildVimPluginFrom2Nix { vim-airline = buildVimPluginFrom2Nix {
pname = "vim-airline"; pname = "vim-airline";
version = "2021-06-07"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim-airline"; owner = "vim-airline";
repo = "vim-airline"; repo = "vim-airline";
rev = "49cdcb7b3ea76ee19c737885c0ab19e64e564169"; rev = "a94d8034c3d6548575482b434a6cead8acc1cfab";
sha256 = "17p0j9i6ylns66cx6qw4266yd6al1gvmran3k4v2mhjlynf5c4s3"; sha256 = "0gm3lk2inngmy7a664nhqh42likwdpj0i9p31239y1icrzi413rz";
}; };
meta.homepage = "https://github.com/vim-airline/vim-airline/"; meta.homepage = "https://github.com/vim-airline/vim-airline/";
}; };
@ -5622,12 +5634,12 @@ final: prev:
vim-android = buildVimPluginFrom2Nix { vim-android = buildVimPluginFrom2Nix {
pname = "vim-android"; pname = "vim-android";
version = "2021-05-28"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hsanson"; owner = "hsanson";
repo = "vim-android"; repo = "vim-android";
rev = "520e29d4dd2c4418e246bc28a3383fefdf501cd2"; rev = "3c617dd5affe824d778ddf923a1c12c32ab5b881";
sha256 = "13kdbp6542k2g2vnzvfrijyc3qmkfysn4wyrsq95bai4pqaipraf"; sha256 = "00ycm753s3jqbj73ycwdvwp8v9y26pf351a1pmz8xzfxngh7f0pn";
}; };
meta.homepage = "https://github.com/hsanson/vim-android/"; meta.homepage = "https://github.com/hsanson/vim-android/";
}; };
@ -6558,12 +6570,12 @@ final: prev:
vim-flake8 = buildVimPluginFrom2Nix { vim-flake8 = buildVimPluginFrom2Nix {
pname = "vim-flake8"; pname = "vim-flake8";
version = "2021-03-29"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvie"; owner = "nvie";
repo = "vim-flake8"; repo = "vim-flake8";
rev = "719cc31e2d07021906cc6471b7d7b1863d2b6acf"; rev = "ddceec6c457fd59bc2a9321cbf817e42aa4bfd86";
sha256 = "0514gm0r36zclhzjckxnb3v9y8hl85iddjldh0irlagfwa7by773"; sha256 = "0w0g0wjikvvah6fckay2slrcl7zh9f199safhfs875g6f8halj6g";
}; };
meta.homepage = "https://github.com/nvie/vim-flake8/"; meta.homepage = "https://github.com/nvie/vim-flake8/";
}; };
@ -7689,12 +7701,12 @@ final: prev:
vim-mundo = buildVimPluginFrom2Nix { vim-mundo = buildVimPluginFrom2Nix {
pname = "vim-mundo"; pname = "vim-mundo";
version = "2021-03-25"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "simnalamburt"; owner = "simnalamburt";
repo = "vim-mundo"; repo = "vim-mundo";
rev = "c6dcea90166750bb5ed40321749966b1a8020a1a"; rev = "2a12e25c4236a46d09e4d038560f0412bbdb117f";
sha256 = "1bd9xab96m2j6zcp6bh7k958wj95m8w40hczmn2qzpq3cvpy8nb0"; sha256 = "0spq5gw61mxdhrqa1lcj7b9f52cqw7g0aiizjqnskl9915xsjmp2";
}; };
meta.homepage = "https://github.com/simnalamburt/vim-mundo/"; meta.homepage = "https://github.com/simnalamburt/vim-mundo/";
}; };
@ -7977,12 +7989,12 @@ final: prev:
vim-pandoc-syntax = buildVimPluginFrom2Nix { vim-pandoc-syntax = buildVimPluginFrom2Nix {
pname = "vim-pandoc-syntax"; pname = "vim-pandoc-syntax";
version = "2021-03-10"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim-pandoc"; owner = "vim-pandoc";
repo = "vim-pandoc-syntax"; repo = "vim-pandoc-syntax";
rev = "aba6b5596cf0e879a83a2aa5edc93e5e5753bea8"; rev = "5056e635ecf406e65d7d28651bab55600dd18741";
sha256 = "0hgzmfcyl3qhdmyyxdaynlm7psk164v8xg5j1kvdaxxgj4lwbnig"; sha256 = "0mzvknzk42x5h2p3l9gmmxhbardfkrirr8wzfx460cm5daps6j2q";
}; };
meta.homepage = "https://github.com/vim-pandoc/vim-pandoc-syntax/"; meta.homepage = "https://github.com/vim-pandoc/vim-pandoc-syntax/";
}; };
@ -8361,12 +8373,12 @@ final: prev:
vim-ruby = buildVimPluginFrom2Nix { vim-ruby = buildVimPluginFrom2Nix {
pname = "vim-ruby"; pname = "vim-ruby";
version = "2021-06-12"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vim-ruby"; owner = "vim-ruby";
repo = "vim-ruby"; repo = "vim-ruby";
rev = "a006f67d18ce0ed6ff75c98b266eaa606dfcec30"; rev = "0f603a17435f6b25614e70449304d38216d0e6e3";
sha256 = "0dhkyfignmcv9jwrszk37k7l8h2ivbv3krz5xwk17fbdd2y7jwz2"; sha256 = "0dz4rmbifz5l03ch5rrnzb18j7kdwz1nkfz0lcvkwgxgjnrrhk15";
}; };
meta.homepage = "https://github.com/vim-ruby/vim-ruby/"; meta.homepage = "https://github.com/vim-ruby/vim-ruby/";
}; };
@ -8613,12 +8625,12 @@ final: prev:
vim-sneak = buildVimPluginFrom2Nix { vim-sneak = buildVimPluginFrom2Nix {
pname = "vim-sneak"; pname = "vim-sneak";
version = "2021-07-03"; version = "2021-07-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "justinmk"; owner = "justinmk";
repo = "vim-sneak"; repo = "vim-sneak";
rev = "51c21ee1ffeea132104da619c9643e61e337e427"; rev = "b999e0a21c4618b635f0a795ab4b59d8648aeb31";
sha256 = "1da9b5c15sm8cacfwkggg7kl61vxk94qsamanaaz776xlsj0b9z0"; sha256 = "0wddf9jd1zwajwhh87jvvlvk52ng0f37ffrq4ahf458si7r8ywpf";
}; };
meta.homepage = "https://github.com/justinmk/vim-sneak/"; meta.homepage = "https://github.com/justinmk/vim-sneak/";
}; };
@ -8721,12 +8733,12 @@ final: prev:
vim-startuptime = buildVimPluginFrom2Nix { vim-startuptime = buildVimPluginFrom2Nix {
pname = "vim-startuptime"; pname = "vim-startuptime";
version = "2021-07-04"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dstein64"; owner = "dstein64";
repo = "vim-startuptime"; repo = "vim-startuptime";
rev = "d4cc839f4a7c8fc0b7fbf8ec6a11ef1c1be846e1"; rev = "3d0d1617cf1bfef35c647531aa6d14e057fd5cc1";
sha256 = "05yz4cpxx7n6ggkm8n9s0q387syllbn8s8vn4fwchnml4jdqigfq"; sha256 = "07y060046y6mph1i2qnhrfz8hw3j7i85sp3xq3cwxxssb19rh1g9";
}; };
meta.homepage = "https://github.com/dstein64/vim-startuptime/"; meta.homepage = "https://github.com/dstein64/vim-startuptime/";
}; };
@ -9539,12 +9551,12 @@ final: prev:
vimtex = buildVimPluginFrom2Nix { vimtex = buildVimPluginFrom2Nix {
pname = "vimtex"; pname = "vimtex";
version = "2021-07-05"; version = "2021-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lervag"; owner = "lervag";
repo = "vimtex"; repo = "vimtex";
rev = "3807da1c530e46fb6a633a2268f6e435b16b657b"; rev = "ab62800ea987bcbf3bb53ace9280148a132594cf";
sha256 = "0l05fkisvcq9p9jwbxpbb9svwi0h4gp84d7dc4zlkrin1jwnnxyd"; sha256 = "1rcyhiss26zfkfzs8cb44z7d60098qjvvp1silyb5435agx58h1k";
}; };
meta.homepage = "https://github.com/lervag/vimtex/"; meta.homepage = "https://github.com/lervag/vimtex/";
}; };
@ -9635,12 +9647,12 @@ final: prev:
which-key-nvim = buildVimPluginFrom2Nix { which-key-nvim = buildVimPluginFrom2Nix {
pname = "which-key-nvim"; pname = "which-key-nvim";
version = "2021-07-05"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "which-key.nvim"; repo = "which-key.nvim";
rev = "2d2954a1d05b4f074e022e64db9aa6093d439bb0"; rev = "dc9c3be7acae2a486c117f5a9f6ada62b2243336";
sha256 = "0xpf889ijhrbnpjcky575k46nfh69m5dzcfnvw29vwhdikaz33ma"; sha256 = "105fnr3qa64izllb9s4r6lsg5mfddiap784j7zz7gh3znpy43n3m";
}; };
meta.homepage = "https://github.com/folke/which-key.nvim/"; meta.homepage = "https://github.com/folke/which-key.nvim/";
}; };

View file

@ -419,6 +419,7 @@ ms-jpq/chadtree@chad
mtikekar/vim-bsv mtikekar/vim-bsv
mzlogin/vim-markdown-toc mzlogin/vim-markdown-toc
mzlogin/vim-smali mzlogin/vim-smali
nacro90/numb.nvim
nanotech/jellybeans.vim nanotech/jellybeans.vim
natebosch/vim-lsc natebosch/vim-lsc
nathanaelkane/vim-indent-guides nathanaelkane/vim-indent-guides

View file

@ -1,8 +1,8 @@
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args: { lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
let let
version = "5.13.0"; version = "5.13.1";
suffix = "xanmod2-cacule"; suffix = "xanmod1-cacule";
in in
buildLinux (args // rec { buildLinux (args // rec {
inherit version; inherit version;
@ -12,7 +12,7 @@ buildLinux (args // rec {
owner = "xanmod"; owner = "xanmod";
repo = "linux"; repo = "linux";
rev = modDirVersion; rev = modDirVersion;
sha256 = "sha256-q+m1Ys/Gfr56cihoX8LS/w7icNcM3oefcXRtvzgx3cM="; sha256 = "sha256-QC2BgsbytpKQs7TyuXt4aan8hUwd43pHj2ApYXv0HAA=";
}; };
structuredExtraConfig = with lib.kernel; { structuredExtraConfig = with lib.kernel; {

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
configureFlags = [ configureFlags = [
"--with-systemdunitdir=${placeholder "out"}/lib/systemd/system" "--with-systemdunitdir=${placeholder "out"}/lib/systemd/system"
"--with-dbusinterfacesdir=${placeholder "out"}/share/dbus-1/interfaces" "--with-dbusinterfacesdir=${placeholder "out"}/share/dbus-1/interfaces"
"--with-dbuspolicydir=${placeholder "out"}/share/dbus-1/systemd.d" "--with-dbuspolicydir=${placeholder "out"}/share/dbus-1/system.d"
"--with-dbussystemservicedir=${placeholder "out"}/share/dbus-1/system-services" "--with-dbussystemservicedir=${placeholder "out"}/share/dbus-1/system-services"
]; ];

View file

@ -0,0 +1,41 @@
{ lib, fetchurl, appimageTools }:
let
pname = "via";
version = "1.3.1";
name = "${pname}-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://github.com/the-via/releases/releases/download/v${version}/via-${version}-linux.AppImage";
name = "via-${version}-linux.AppImage";
sha256 = "d2cd73d280a265149fedb24161ec7c575523596c4d30898ad6b5875e09b3f34a";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in appimageTools.wrapType2 {
inherit name src;
profile = ''
# Skip prompt to add udev rule.
# On NixOS you can add this rule with `services.udev.packages = [ pkgs.via ];`.
export DISABLE_SUDO_PROMPT=1
'';
extraInstallCommands = ''
mv $out/bin/${name} $out/bin/${pname}
install -m 444 -D ${appimageContents}/via.desktop -t $out/share/applications
substituteInPlace $out/share/applications/via.desktop \
--replace 'Exec=AppRun' 'Exec=${pname}'
cp -r ${appimageContents}/usr/share/icons $out/share
mkdir -p $out/etc/udev/rules.d
echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666", TAG+="uaccess", TAG+="udev-acl"' > $out/etc/udev/rules.d/92-viia.rules
'';
meta = with lib; {
description = "Yet another keyboard configurator";
homepage = "https://caniusevia.com/";
license = licenses.unfree;
maintainers = with maintainers; [ angustrau ];
platforms = [ "x86_64-linux" ];
};
}

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "getmail6"; pname = "getmail6";
version = "6.18"; version = "6.18.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-n2ADzxkd7bO6cO8UioCdRdCqUu03G9jxs9biEZACSus="; sha256 = "sha256-8tBSi9QzWcVL09j6aa2yWFhLlqaI6DREX2PpKvHC3qU=";
}; };
# needs a Docker setup # needs a Docker setup

View file

@ -0,0 +1,41 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec {
pname = "fulcio";
version = "0.1.0";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = version;
sha256 = "sha256-+HWzhg+LTKpr9VJ9mzQghwOuGgp3EBb4/zltaqp0zHw=";
};
vendorSha256 = "sha256-1tR1vUm5eFBS93kELQoKWEyFlfMF28GBI8VEHxTyeM4=";
ldflags = [ "-s" "-w" ];
# Install completions post-install
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installShellCompletion --cmd fulcio \
--bash <($out/bin/fulcio completion bash) \
--fish <($out/bin/fulcio completion fish) \
--zsh <($out/bin/fulcio completion zsh)
'';
doInstallCheck = true;
installCheckPhase = ''
runHook preInstallCheck
$out/bin/fulcio --help
runHook postInstallCheck
'';
meta = with lib; {
homepage = "https://github.com/sigstore/fulcio";
changelog = "https://github.com/sigstore/fulcio/releases/tag/${version}";
description = "A Root-CA for code signing certs - issuing certificates based on an OIDC email address";
license = licenses.asl20;
maintainers = with maintainers; [ lesuisse jk ];
};
}

View file

@ -363,7 +363,6 @@ in
grsync = callPackage ../applications/misc/grsync { }; grsync = callPackage ../applications/misc/grsync { };
dockerTools = callPackage ../build-support/docker { dockerTools = callPackage ../build-support/docker {
go = buildPackages.go_1_15;
writePython3 = buildPackages.writers.writePython3; writePython3 = buildPackages.writers.writePython3;
}; };
@ -4942,6 +4941,8 @@ in
fswebcam = callPackage ../os-specific/linux/fswebcam { }; fswebcam = callPackage ../os-specific/linux/fswebcam { };
fulcio = callPackage ../tools/security/fulcio { };
fuseiso = callPackage ../tools/filesystems/fuseiso { }; fuseiso = callPackage ../tools/filesystems/fuseiso { };
fusuma = callPackage ../tools/inputmethods/fusuma {}; fusuma = callPackage ../tools/inputmethods/fusuma {};
@ -9611,6 +9612,8 @@ in
inherit lib udisks2 python3; inherit lib udisks2 python3;
}; };
via = callPackage ../tools/misc/via {};
viking = callPackage ../applications/misc/viking { }; viking = callPackage ../applications/misc/viking { };
vim-vint = callPackage ../development/tools/vim-vint { }; vim-vint = callPackage ../development/tools/vim-vint { };
@ -23465,6 +23468,8 @@ in
inherit (darwin.apple_sdk.frameworks) Foundation; inherit (darwin.apple_sdk.frameworks) Foundation;
}; };
dnd-tools = callPackage ../applications/misc/dnd-tools { };
inherit (callPackage ../applications/virtualization/docker {}) inherit (callPackage ../applications/virtualization/docker {})
docker_20_10; docker_20_10;