Loading pkgs/development/python-modules/tree-sitter-sql/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ }: buildPythonPackage rec { pname = "tree-sitter-sql"; version = "0.3.8"; version = "0.3.10"; pyproject = true; src = fetchFromGitHub { owner = "DerekStride"; repo = "tree-sitter-sql"; tag = "v${version}"; hash = "sha256-8gdbbz187sV8I+PJHubFyyQwGUqvo05Yw1DX7rOK4DI="; hash = "sha256-vPPlDdLkenLG8uH26fzMOS3oxClCLSIKa6zhmDbnC/A="; }; postUnpack = '' Loading Loading @@ -53,6 +53,7 @@ buildPythonPackage rec { meta = { description = "Sql grammar for tree-sitter"; homepage = "https://github.com/DerekStride/tree-sitter-sql"; changelog = "https://github.com/DerekStride/tree-sitter-sql/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pcboy ]; }; Loading Loading
pkgs/development/python-modules/tree-sitter-sql/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ }: buildPythonPackage rec { pname = "tree-sitter-sql"; version = "0.3.8"; version = "0.3.10"; pyproject = true; src = fetchFromGitHub { owner = "DerekStride"; repo = "tree-sitter-sql"; tag = "v${version}"; hash = "sha256-8gdbbz187sV8I+PJHubFyyQwGUqvo05Yw1DX7rOK4DI="; hash = "sha256-vPPlDdLkenLG8uH26fzMOS3oxClCLSIKa6zhmDbnC/A="; }; postUnpack = '' Loading Loading @@ -53,6 +53,7 @@ buildPythonPackage rec { meta = { description = "Sql grammar for tree-sitter"; homepage = "https://github.com/DerekStride/tree-sitter-sql"; changelog = "https://github.com/DerekStride/tree-sitter-sql/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ pcboy ]; }; Loading