coc-pyright: 0-unstable-2026-02-01 -> 0-unstable-2026-02-10 (#489871)

This commit is contained in:
dish
2026-02-27 02:31:04 +00:00
committed by GitHub
+4 -4
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" ]; };