coc-pyright: 0-unstable-2026-02-01 -> 0-unstable-2026-02-10

Also removes me as a maintainer, since I never used this and only added
myself as a maintainer during the nodePackages migration as a
convenience.
This commit is contained in:
dish
2026-02-12 13:26:03 -05:00
parent 42562ca739
commit 4f458a9d63
+5 -5
View File
@@ -7,17 +7,17 @@
buildNpmPackage {
pname = "coc-pyright";
version = "0-unstable-2026-02-01";
version = "0-unstable-2026-02-10";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "coc-pyright";
# No tagged releases, this commit corresponds to the latest release of the package.
rev = "8160b7e315c3b2480749b141f9a24d19323d4282";
hash = "sha256-0pdbwZa7ikFVKP3OTDufOobIoWUlfWheIC5mSRAF198=";
rev = "4bcc312b40fecbf7cad50d7c75579a1eedae337b";
hash = "sha256-rh3d3IlX9EKxJamJ1ldbsjOQ4n6+WLt+Lgh24sQfRBQ=";
};
npmDepsHash = "sha256-01AvG8BPwFIqqYwqHbbEonA0jMIKhF5wnl/azjfmaPE=";
npmDepsHash = "sha256-e7S8TS+ZvTGmTYChgYhicoHoESIT4fjkby1FO9D/ZNY=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
@@ -25,6 +25,6 @@ buildNpmPackage {
description = "Pyright extension for coc.nvim";
homepage = "https://github.com/fannheyward/coc-pyright";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}