From fed2c07f0f15fb7d3a3ed045c99c646e47693e22 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 1 Aug 2025 12:44:26 +0530 Subject: [PATCH] rust-analyzer: update to 2025.08.11. --- srcpkgs/rust-analyzer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index e6c2d0a474e..f3d2726d600 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2025.07.21 +version=2025.08.11 revision=1 _ver=${version//./-} build_style=cargo @@ -10,7 +10,7 @@ maintainer="icp " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz" -checksum=197a3d4b778f0f7f66ff2ddf1c21d8a36b06f3095fa59315b6e27a118c70b28e +checksum=e56326b9e413eadf606d5cfe03d1fbb9b59bb417363c911dd38f88b578e77217 # tests require Rust source code make_check=no