From ec7137b08a25de72d9d8a7b27a709471b1e54241 Mon Sep 17 00:00:00 2001 From: dish Date: Thu, 12 Feb 2026 13:26:50 -0500 Subject: [PATCH] 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. --- pkgs/by-name/co/coc-rust-analyzer/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/co/coc-rust-analyzer/package.nix b/pkgs/by-name/co/coc-rust-analyzer/package.nix index 9dedac9df1dd..6b24ca9e3147 100644 --- a/pkgs/by-name/co/coc-rust-analyzer/package.nix +++ b/pkgs/by-name/co/coc-rust-analyzer/package.nix @@ -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 = [ ]; }; }