From de8f127d87cbea0431dd87483ef51656b5b21850 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 15 Apr 2025 23:09:26 +0530 Subject: [PATCH] rust-analyzer: update to 2025.04.14. --- 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 313e86070b6..3410bbbd523 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.04.07 +version=2025.04.14 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=03f59db9cbb35962e3d850401e23bbe853d73b4d24850e2e0345f31044605fbf +checksum=a574875178eaa94babbea1b04aefacfcd320a6bfaacb36e07fd44f19edf2a099 # tests require Rust source code make_check=no