lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.tree-sitter-javascript: 0.23.1 -> 0.25.0

R. Ryantm ef9fa0bc 6e0e8f12

+2 -2
+2 -2
pkgs/development/python-modules/tree-sitter-javascript/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "tree-sitter-javascript"; 11 - version = "0.23.1"; 11 + version = "0.25.0"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "tree-sitter"; 16 16 repo = "tree-sitter-javascript"; 17 17 tag = "v${version}"; 18 - hash = "sha256-apgWWYD0XOvH5c3BY7kAF7UYtwPJaEvJzC5aWvJ9YQ8="; 18 + hash = "sha256-2Jj/SUG+k8lHlGSuPZvHjJojvQFgDiZHZzH8xLu7suE="; 19 19 }; 20 20 21 21 build-system = [