Commit ad55d29a authored by dish's avatar dish
Browse files

coc-pyright: 1.1.371 -> 0-unstable-2025-11-01

Update to latest commit and add updateScript
parent b5f8fa72
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -2,21 +2,24 @@
  lib,
  buildNpmPackage,
  fetchFromGitHub,
  nix-update-script,
}:

buildNpmPackage {
  pname = "coc-pyright";
  version = "1.1.371";
  version = "0-unstable-2025-11-01";

  src = fetchFromGitHub {
    owner = "fannheyward";
    repo = "coc-pyright";
    # No tagged releases, this commit corresponds to the latest release of the package.
    rev = "d4cfda2f530622962a2a6e3ac1ddb2ad83ea2387";
    hash = "sha256-oNixIW63DhPn2LYJ5t/R4xcReZR3W6nqqFBnCUmo/Wo=";
    rev = "9ac99c71ea92810b532283b690f6771601c74ff2";
    hash = "sha256-nADl29GiApBZMKW0yQ9QVWBiduaGNXO8Cm4XxZmNfMQ=";
  };

  npmDepsHash = "sha256-cTAt02RdQbKurP6H/JWwVp+VpoIysbFt9le9R69+DL4=";
  npmDepsHash = "sha256-+9bf/3b8vZZgkiC2DA15js9X5PFHzK9dltTA9XJt+GE=";

  passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };

  meta = {
    description = "Pyright extension for coc.nvim";