lol
0
fork

Configure Feed

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

python312Packages.tree-sitter-json: 0.21.0 -> 0.24.8

+3 -3
+3 -3
pkgs/development/python-modules/tree-sitter-json/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "tree-sitter-json"; 11 - version = "0.21.0"; 11 + version = "0.24.8"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "tree-sitter"; 16 16 repo = "tree-sitter-json"; 17 - rev = "v${version}"; 18 - hash = "sha256-waejAbS7MjrE7w03MPqvBRpEpqTcKc6RgKCVSYaDV1Y="; 17 + tag = "v${version}"; 18 + hash = "sha256-DNZC2cTy1C8OaMOpEHM6NoRtOIbLaBf0CLXXWCKODlw="; 19 19 }; 20 20 21 21 build-system = [