From 62e6eaf8f206458438da37546d49b4ce53bc3194 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 2 May 2023 22:07:31 +0530 Subject: [PATCH] rust-analyzer: update to 2023.05.01. --- 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 d59ac1e3192d..bb7b148d363c 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.04.17 +version=2023.05.01 revision=1 _ver=${version//./-} build_style=cargo @@ -10,7 +10,7 @@ maintainer="Gabriel Sanches " 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=dc110700730f70bd196ca0cc155ba1c1f6bae420dda203e0bd7c1cdd7f78718e +checksum=26b484e8af818a660c17dfd9c4bd0f27cf694b96150b8f2d08a5c1c64b1aa602 # tests require Rust source code make_check=no