Revert "python3Packages.tree-sitter-rust: 0.23.2 -> 0.24.0"

This reverts commit 56cca54190e87044fa8d3e863b8bb217ecd53e7e.

authored by gepbird.tngl.sh and committed by Tom van Dijk ca0760f8 726e1f55

+2 -2
+2 -2
pkgs/development/python-modules/tree-sitter-rust/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "tree-sitter-rust"; 11 - version = "0.24.0"; 11 + version = "0.23.2"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "tree-sitter"; 16 16 repo = "tree-sitter-rust"; 17 17 tag = "v${version}"; 18 - hash = "sha256-y3sJURlSTM7LRRN5WGIAeslsdRZU522Tfcu6dnXH/XQ="; 18 + hash = "sha256-aT+tlrEKMgWqTEq/NHh8Vj92h6i1aU6uPikDyaP2vfc="; 19 19 }; 20 20 21 21 build-system = [