diff --git a/pkgs/development/python-modules/tree-sitter-json/default.nix b/pkgs/development/python-modules/tree-sitter-json/default.nix index 1716cd9e715e..92124bfd2020 100644 --- a/pkgs/development/python-modules/tree-sitter-json/default.nix +++ b/pkgs/development/python-modules/tree-sitter-json/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "tree-sitter-json"; - version = "0.21.0"; + version = "0.24.8"; pyproject = true; src = fetchFromGitHub { owner = "tree-sitter"; repo = "tree-sitter-json"; - rev = "v${version}"; - hash = "sha256-waejAbS7MjrE7w03MPqvBRpEpqTcKc6RgKCVSYaDV1Y="; + tag = "v${version}"; + hash = "sha256-DNZC2cTy1C8OaMOpEHM6NoRtOIbLaBf0CLXXWCKODlw="; }; build-system = [