luaPackages.rest-nvim: 3.8.4-1 -> 3.9.1-1

This commit is contained in:
Austin Horstman
2025-01-28 15:13:02 -06:00
parent 19b75068f7
commit c95f8b35c8

View File

@@ -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 {
pname = "rest.nvim";
version = "3.8.4-1";
version = "3.9.1-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/rest.nvim-3.8.4-1.rockspec";
sha256 = "1q6wsvnfs4mmv9rhkygrb3p1bzvr96k3s39ys2bxbl65hhxc2s5s";
url = "mirror://luarocks/rest.nvim-3.9.1-1.rockspec";
sha256 = "02arw1hr702jfadnc72yr3kkhfcm7hfg1ipis7nlhvsj25i2yl54";
}).outPath;
src = fetchzip {
url = "https://github.com/rest-nvim/rest.nvim/archive/v3.8.4.zip";
sha256 = "1s8vid9d2dacx86f77vx7pdwidhfxyighblchxjybj4fn1b7qwj0";
url = "https://github.com/rest-nvim/rest.nvim/archive/v3.9.1.zip";
sha256 = "15lkdr77q7zxqbh3xkx3ilj38hp5jfinrqw92q3dpmxc8d8wk9iw";
};
disabled = luaOlder "5.1";
propagatedBuildInputs = [ fidget-nvim mimetypes nvim-nio xml2lua ];
propagatedBuildInputs = [ fidget-nvim mimetypes nvim-nio tree-sitter-http xml2lua ];
meta = {
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 ];
license.fullName = "GPL-3.0";
};