about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam C. Stephens <2071575+adamcstephens@users.noreply.github.com>2024-03-21 10:40:47 -0400
committerGitHub <noreply@github.com>2024-03-21 10:40:47 -0400
commit26e86978b29223a3a229666b98492fbcd675e5b8 (patch)
tree37b3a1aa5706c915e9f2819a7aaaa35ea764a1c7
parent03ddd3c0f30939869a793f6f3435acd4beb20484 (diff)
parentefaacb0f1918429d69dd7cf0281b83573432d038 (diff)
downloadnixlib-26e86978b29223a3a229666b98492fbcd675e5b8.tar
nixlib-26e86978b29223a3a229666b98492fbcd675e5b8.tar.gz
nixlib-26e86978b29223a3a229666b98492fbcd675e5b8.tar.bz2
nixlib-26e86978b29223a3a229666b98492fbcd675e5b8.tar.lz
nixlib-26e86978b29223a3a229666b98492fbcd675e5b8.tar.xz
nixlib-26e86978b29223a3a229666b98492fbcd675e5b8.tar.zst
nixlib-26e86978b29223a3a229666b98492fbcd675e5b8.zip
Merge pull request #297630 from r-ryantm/auto-update/rust-analyzer-unwrapped
rust-analyzer-unwrapped: 2024-03-11 -> 2024-03-18
-rw-r--r--pkgs/development/tools/rust/rust-analyzer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/rust-analyzer/default.nix b/pkgs/development/tools/rust/rust-analyzer/default.nix
index bfab5ca7eb52..04bb998ab551 100644
--- a/pkgs/development/tools/rust/rust-analyzer/default.nix
+++ b/pkgs/development/tools/rust/rust-analyzer/default.nix
@@ -13,14 +13,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rust-analyzer-unwrapped";
-  version = "2024-03-11";
-  cargoSha256 = "sha256-fhlz/Yo+UKeG/C5GENyDZYA8O15TF59HpKdUs04qMUE=";
+  version = "2024-03-18";
+  cargoSha256 = "sha256-CZC90HtAuK66zXDCHam9YJet9C62psxkHeJ/+1vIjTg=";
 
   src = fetchFromGitHub {
     owner = "rust-lang";
     repo = "rust-analyzer";
     rev = version;
-    sha256 = "sha256-NfeDjQZUrVb9hzBPcqO19s0p/zSOatD5ZK+J7rZiE3c=";
+    sha256 = "sha256-Jd6pmXlwKk5uYcjyO/8BfbUVmx8g31Qfk7auI2IG66A=";
   };
 
   cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ];