Skip to content

Commit

Permalink
python312Packages.tree-sitter-rust: 0.21.2 -> 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 29, 2024
1 parent 7fa1a3c commit 4830ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/tree-sitter-rust/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "tree-sitter-rust";
version = "0.21.2";
version = "0.23.2";
pyproject = true;

src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-rust";
rev = "v${version}";
hash = "sha256-4CTh6fKSV8TuMHLAfEKWsAeCqeCM2uo6hVmF5KWhyPY=";
tag = "v${version}";
hash = "sha256-aT+tlrEKMgWqTEq/NHh8Vj92h6i1aU6uPikDyaP2vfc=";
};

build-system = [
Expand Down

0 comments on commit 4830ae8

Please sign in to comment.