luaPackages.rest-nvim: 3.8.4-1 -> 3.9.1-1
This commit is contained in:
@@ -3069,25 +3069,25 @@ buildLuarocksPackage {
|
|||||||
};
|
};
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
rest-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, luaOlder, mimetypes, nvim-nio, xml2lua }:
|
rest-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, luaOlder, mimetypes, nvim-nio, tree-sitter-http, xml2lua }:
|
||||||
buildLuarocksPackage {
|
buildLuarocksPackage {
|
||||||
pname = "rest.nvim";
|
pname = "rest.nvim";
|
||||||
version = "3.8.4-1";
|
version = "3.9.1-1";
|
||||||
knownRockspec = (fetchurl {
|
knownRockspec = (fetchurl {
|
||||||
url = "mirror://luarocks/rest.nvim-3.8.4-1.rockspec";
|
url = "mirror://luarocks/rest.nvim-3.9.1-1.rockspec";
|
||||||
sha256 = "1q6wsvnfs4mmv9rhkygrb3p1bzvr96k3s39ys2bxbl65hhxc2s5s";
|
sha256 = "02arw1hr702jfadnc72yr3kkhfcm7hfg1ipis7nlhvsj25i2yl54";
|
||||||
}).outPath;
|
}).outPath;
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/rest-nvim/rest.nvim/archive/v3.8.4.zip";
|
url = "https://github.com/rest-nvim/rest.nvim/archive/v3.9.1.zip";
|
||||||
sha256 = "1s8vid9d2dacx86f77vx7pdwidhfxyighblchxjybj4fn1b7qwj0";
|
sha256 = "15lkdr77q7zxqbh3xkx3ilj38hp5jfinrqw92q3dpmxc8d8wk9iw";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = luaOlder "5.1";
|
disabled = luaOlder "5.1";
|
||||||
propagatedBuildInputs = [ fidget-nvim mimetypes nvim-nio xml2lua ];
|
propagatedBuildInputs = [ fidget-nvim mimetypes nvim-nio tree-sitter-http xml2lua ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/rest-nvim/rest.nvim";
|
homepage = "https://github.com/rest-nvim/rest.nvim";
|
||||||
description = "A fast Neovim http client written in Lua";
|
description = "A very fast, powerful, extensible and asynchronous Neovim HTTP client written in Lua.";
|
||||||
maintainers = with lib.maintainers; [ teto ];
|
maintainers = with lib.maintainers; [ teto ];
|
||||||
license.fullName = "GPL-3.0";
|
license.fullName = "GPL-3.0";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user