Merge remote-tracking branch 'origin/staging-next' into staging
This commit is contained in:
@@ -1040,15 +1040,15 @@ final: prev: {
|
||||
}:
|
||||
buildLuarocksPackage {
|
||||
pname = "fzf-lua";
|
||||
version = "0.0.2657-1";
|
||||
version = "0.0.2658-1";
|
||||
knownRockspec =
|
||||
(fetchurl {
|
||||
url = "mirror://luarocks/fzf-lua-0.0.2657-1.rockspec";
|
||||
sha256 = "0c7q9gjx9p0gqgsf89b510g729hz8301qffd936m86pwqgzxmvqi";
|
||||
url = "mirror://luarocks/fzf-lua-0.0.2658-1.rockspec";
|
||||
sha256 = "1dibv791x3yvw4ib56661r4g1v0lmfbwssj0x0jbwsjwnrnqis14";
|
||||
}).outPath;
|
||||
src = fetchzip {
|
||||
url = "https://github.com/ibhagwan/fzf-lua/archive/988416cc782dfe28bff3f0da9b8c943b236cd86a.zip";
|
||||
sha256 = "0hh2dkgpf1002b9ik2r1iakszs60qk9yb84db1jnkj2ks5mah98g";
|
||||
url = "https://github.com/ibhagwan/fzf-lua/archive/267f5db2aa2202b9f6cc7a50783f0ccd2121766c.zip";
|
||||
sha256 = "1a4yy3wj0xq0jyrx8qnj6i29v5c8vvi52sbrk8112xy66qlysmm8";
|
||||
};
|
||||
|
||||
disabled = luaOlder "5.1";
|
||||
@@ -1322,22 +1322,22 @@ final: prev: {
|
||||
}:
|
||||
buildLuarocksPackage {
|
||||
pname = "kulala.nvim";
|
||||
version = "6.14.0-1";
|
||||
version = "6.15.3-1";
|
||||
knownRockspec =
|
||||
(fetchurl {
|
||||
url = "mirror://luarocks/kulala.nvim-6.14.0-1.rockspec";
|
||||
sha256 = "05nj8yy1cqs2ybpx53zg06a4cisz5xwp8nir6p1vamnmmsj8xq06";
|
||||
url = "mirror://luarocks/kulala.nvim-6.15.3-1.rockspec";
|
||||
sha256 = "00ghq3ph0vykphhiilj2k8643hdm5glz3h9iwpnsbahpgwpwppzy";
|
||||
}).outPath;
|
||||
src = fetchzip {
|
||||
url = "https://github.com/mistweaverco/kulala.nvim/archive/v6.14.0.zip";
|
||||
sha256 = "1y8bbc3v9508pg500gx5vip5pd416zx4kkmsqfjjcnq86x8wsl7q";
|
||||
url = "https://github.com/mistweaverco/kulala.nvim/archive/v6.15.3.zip";
|
||||
sha256 = "1friyckh8bxsixsql1r3h1ljfr3a13w061hnw5z7rj92inyx5536";
|
||||
};
|
||||
|
||||
disabled = luaOlder "5.1";
|
||||
propagatedBuildInputs = [ tree-sitter-kulala_http ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://kulala.app/usage";
|
||||
homepage = "https://kulala.app";
|
||||
license = lib.licenses.mit;
|
||||
description = "A fully-featured 🤏 HTTP/GraphQL/gRPC/Websocket-client 🐼 interface 🖥️ for Neovim ❤️, that supports the Jetbrains .http spec (with full scripting support).";
|
||||
};
|
||||
@@ -5140,21 +5140,23 @@ final: prev: {
|
||||
fetchurl,
|
||||
fetchzip,
|
||||
luaOlder,
|
||||
tree-sitter-orgmode,
|
||||
}:
|
||||
buildLuarocksPackage {
|
||||
pname = "orgmode";
|
||||
version = "0.7.3-1";
|
||||
version = "0.7.5-1";
|
||||
knownRockspec =
|
||||
(fetchurl {
|
||||
url = "mirror://luarocks/orgmode-0.7.3-1.rockspec";
|
||||
sha256 = "1zvyidy23am6qkya8yc6pxxhc5nf42y8c9djfmlx67z89gxfxm9n";
|
||||
url = "mirror://luarocks/orgmode-0.7.5-1.rockspec";
|
||||
sha256 = "03spnsdpl34qkh14gniac15k4rncai2239wnv90p7z9wvkr2y0s1";
|
||||
}).outPath;
|
||||
src = fetchzip {
|
||||
url = "https://github.com/nvim-orgmode/orgmode/archive/0.7.3.zip";
|
||||
sha256 = "16glwzys6pcq8pi96jkdc93fasqgf0d8yqncxaw3741906mni9ym";
|
||||
url = "https://github.com/nvim-orgmode/orgmode/archive/0.7.5.zip";
|
||||
sha256 = "00x1spp077bgm180pr0pnwa6hk34isjizf2zxcmlaq06rk548i7i";
|
||||
};
|
||||
|
||||
disabled = luaOlder "5.1";
|
||||
propagatedBuildInputs = [ tree-sitter-orgmode ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://nvim-orgmode.github.io";
|
||||
@@ -6032,8 +6034,8 @@ final: prev: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-telescope";
|
||||
repo = "telescope.nvim";
|
||||
rev = "7d324792b7943e4aa16ad007212e6acc6f9fe335";
|
||||
hash = "sha256-+e/ijnuw0Zrj+zcfO2iRusukD4WHrgVC5reOTNk/04o=";
|
||||
rev = "9377230aa5305d9e9aca4ed8dadf1070fb4aa9fc";
|
||||
hash = "sha256-iFHYx+5Rf3ol7CjVLjqVu+VNjdGfeC8V8nS/1THO+cQ=";
|
||||
};
|
||||
|
||||
disabled = lua.luaversion != "5.1";
|
||||
@@ -6272,15 +6274,15 @@ final: prev: {
|
||||
}:
|
||||
buildLuarocksPackage {
|
||||
pname = "tree-sitter-kulala_http";
|
||||
version = "0.2.0-1";
|
||||
version = "0.2.1-1";
|
||||
knownRockspec =
|
||||
(fetchurl {
|
||||
url = "mirror://luarocks/tree-sitter-kulala_http-0.2.0-1.rockspec";
|
||||
sha256 = "19zl90z7jm3qz62f4q4hp95a0z78k3db1lrb6bhhn27kwiy4ww5z";
|
||||
url = "mirror://luarocks/tree-sitter-kulala_http-0.2.1-1.rockspec";
|
||||
sha256 = "05zrx3sqjdyibfdlm0ycf02s0vpzbaq47gwamg9bizjd5mhhyv22";
|
||||
}).outPath;
|
||||
src = fetchzip {
|
||||
url = "https://github.com/mistweaverco/tree-sitter-kulala-http/archive/v0.2.0.zip";
|
||||
sha256 = "0cc0ff8py1mqdxscp3q6zvpiryanc8fjx2y60csng00bzx4g42mj";
|
||||
url = "https://github.com/mistweaverco/tree-sitter-kulala-http/archive/v0.2.1.zip";
|
||||
sha256 = "1xl2qjfdqj13jmqzvh90i9djlqf675br42z6jm3cfkmj14riid1s";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ luarocks-build-treesitter-parser ];
|
||||
|
||||
Reference in New Issue
Block a user