From ed4627bfaa548e67c56e28f392d5bcfb6e73450a Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 27 Sep 2022 14:19:46 +0530 Subject: [PATCH] rust-analyzer: update to 2022.09.26. --- 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 c2f7f479b6a..0758fdb6a33 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2022.09.12 +version=2022.09.26 revision=1 _ver=${version//./-} wrksrc="${pkgname}-${_ver}" @@ -11,7 +11,7 @@ maintainer="Gabriel Sanches " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz" -checksum=57937f90e7609cf5cfba1e1747c1552a9320693a1afed35cb50fecba97ca22d2 +checksum=6a9b43f76dee46c0fd872de9b7ff77db77572e8890ad4f6e23c615146d1aa872 # tests require Rust source code make_check=no