From 7222eb3b521474063bd5cd535f7ae93b38a0e282 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 26 Aug 2023 00:31:11 +0530 Subject: [PATCH] rust-analyzer: update to 2023.09.04. --- 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 0e97a8fa17140..5d4e335453067 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2023.08.14 +version=2023.09.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=3fa6d28ece1f8952c29a375aab41e50502d20c8a9c0c5f1e44a9576d8f635224 +checksum=877a47115b0a758b2ded937a02f199d829e3c5d0520135fc7313b0f446e41bd1 # tests require Rust source code make_check=no