From c95f8b35c88bb3357bdea7a156be02dd7207098c Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 28 Jan 2025 15:13:02 -0600 Subject: [PATCH] luaPackages.rest-nvim: 3.8.4-1 -> 3.9.1-1 --- .../lua-modules/generated-packages.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix index b8fbead7a23c..ed1509637d22 100644 --- a/pkgs/development/lua-modules/generated-packages.nix +++ b/pkgs/development/lua-modules/generated-packages.nix @@ -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"; };