coc-rust-analyzer: 0-unstable-2025-11-25 -> 0-unstable-2025-12-02 (#467675)

This commit is contained in:
dish
2025-12-04 01:37:36 +00:00
committed by GitHub
@@ -7,16 +7,16 @@
buildNpmPackage {
pname = "coc-rust-analyzer";
version = "0-unstable-2025-11-25";
version = "0-unstable-2025-12-02";
src = fetchFromGitHub {
owner = "fannheyward";
repo = "coc-rust-analyzer";
rev = "8bd84ab1c2b436a2e9fadf059b5785f43e877c1e";
hash = "sha256-R9IQuoNGCqodbAkPnQLHi8sPzXvT3x+K9mt7apywips=";
rev = "8f9ac44c8154b26f993e0e0ad4c5c55918f3661e";
hash = "sha256-pmvgF5mHh8djzKFLlcRVOZjZ5e5kN1ymqthYuPPYgmA=";
};
npmDepsHash = "sha256-94kuqDNsCcPuvTVeprEdjNOPw8pdpDp3IOvuoKdSEgU=";
npmDepsHash = "sha256-WOwCgsynYeINS39Lhahd++1qJwcFRUv0kENRO13mKio=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };