coc-rust-analyzer: 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:50 -05:00
parent 42562ca739
commit ec7137b08a
@@ -7,13 +7,13 @@
buildNpmPackage {
pname = "coc-rust-analyzer";
version = "0-unstable-2026-02-01";
version = "0-unstable-2026-02-10";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "coc-rust-analyzer";
rev = "78cef805723355af4a172714915c74529a562cf3";
hash = "sha256-KivOKm0wJKM9/i8/KsCfrG1O2LBAKk2zMi1/7CevylI=";
rev = "5a37db4bf660773b423dc53d4c3abac71783adb7";
hash = "sha256-yuTLSIt4q6tltxTIT4Uw8jYZ04lN/JZzF9bAw8+l1rs=";
};
npmDepsHash = "sha256-dwQs/xayR7lp6ShASUPR1uvrJQ6fQmDjKNVob66j76M=";
@@ -24,6 +24,6 @@ buildNpmPackage {
description = "Rust-analyzer extension for coc.nvim";
homepage = "https://github.com/fannheyward/coc-rust-analyzer";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}