Commit 3ed19cab authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 655a9a62
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

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

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

  npmDepsHash = "sha256-+9bf/3b8vZZgkiC2DA15js9X5PFHzK9dltTA9XJt+GE=";
  npmDepsHash = "sha256-LW0twhPlWZLFYSzfzoi9Rg8+EsmkllfasR51YtrcdnQ=";

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