luaPackages.tree-sitter-kulala_http: 0.3.0-1 -> 0.3.1-1

This commit is contained in:
Austin Horstman
2026-07-27 03:11:54 -05:00
parent 77eca6938e
commit dfd8844b8e

View File

@@ -6503,15 +6503,15 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "tree-sitter-kulala_http";
version = "0.3.0-1";
version = "0.3.1-1";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/tree-sitter-kulala_http-0.3.0-1.rockspec";
sha256 = "15wvlzf7ggr1bli32zi865y4gfsdwiqmrl2kz7vga9c58gqb05pz";
url = "mirror://luarocks/tree-sitter-kulala_http-0.3.1-1.rockspec";
sha256 = "0ghap9fsk6bdilsc9pzlnfbhxsik9aifpwp3vcrx76wlfwws6bk6";
}).outPath;
src = fetchzip {
url = "https://github.com/mistweaverco/tree-sitter-kulala-http/archive/v0.3.0.zip";
sha256 = "08f9hx939xpnz772yc5zywkksgp9v0hhbj3xd2bb6xwf52avnfmm";
url = "https://github.com/mistweaverco/tree-sitter-kulala-http/archive/v0.3.1.zip";
sha256 = "1xc6bgdp9ppn8bik43rdxfn8701m33glmdbx2mg0dhll27pm86zq";
};
nativeBuildInputs = [ luarocks-build-treesitter-parser ];