python312Packages.lsp-tree-sitter 0.0.15 -> 0.0.16 https://github.com/neomutt/lsp-tree-sitter/releases attrpath: python312Packages.lsp-tree-sitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-lsp-tree-sitter-0.0.15 Press Enter key to continue... Running update for: - python3.12-lsp-tree-sitter-0.0.15: UPDATING ... - python3.12-lsp-tree-sitter-0.0.15: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/lsp-tree-sitter/default.nix b/pkgs/development/python-modules/lsp-tree-sitter/default.nix index a0530544a938..b4bba5724077 100644 --- a/pkgs/development/python-modules/lsp-tree-sitter/default.nix +++ b/pkgs/development/python-modules/lsp-tree-sitter/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "lsp-tree-sitter"; - version = "0.0.15"; + version = "0.0.16"; pyproject = true; src = fetchFromGitHub { owner = "neomutt"; repo = "lsp-tree-sitter"; - rev = version; - hash = "sha256-yzScgix3BtSCBzlDoE1kMYGtVzkup/+ZK9L1C7VA3do="; + rev = "refs/tags/${version}"; + hash = "sha256-nRzyVZFgb08M0I+xmhuX1LDwPsghlBLdZ2Ou8stKzk0="; }; build-system = [ An auto update branch exists with message `python311Packages.lsp-tree-sitter: fix build with old tree-sitter 0.21`. New version is 0.0.16. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python312Packages.lsp-tree-sitter: 0.0.15 -> 0.0.16 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/333617"