From b6c248cd55b8006c38e3eef39d367d2e1d3f95f0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Dec 2024 16:57:37 +0000 Subject: [PATCH] python312Packages.tree-sitter-json: 0.21.0 -> 0.24.8 --- .../development/python-modules/tree-sitter-json/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = [