about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2024-03-25 20:31:57 +0200
committerIlan Joselevich <personal@ilanjoselevich.com>2024-03-25 20:31:57 +0200
commit5815cd5fe48361c6dceb039cd2e07705a8186862 (patch)
tree838f9b8432d345904cf20e9af71be904018b4722
parent0bd5219253de5d3b20b255edb50fa1dadaf8c81a (diff)
downloadnixlib-5815cd5fe48361c6dceb039cd2e07705a8186862.tar
nixlib-5815cd5fe48361c6dceb039cd2e07705a8186862.tar.gz
nixlib-5815cd5fe48361c6dceb039cd2e07705a8186862.tar.bz2
nixlib-5815cd5fe48361c6dceb039cd2e07705a8186862.tar.lz
nixlib-5815cd5fe48361c6dceb039cd2e07705a8186862.tar.xz
nixlib-5815cd5fe48361c6dceb039cd2e07705a8186862.tar.zst
nixlib-5815cd5fe48361c6dceb039cd2e07705a8186862.zip
rust-analyzer-unwrapped: 2024-03-18 -> 2024-03-25
Diff: https://github.com/rust-lang/rust-analyzer/compare/2024-03-18...2024-03-25
-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 04bb998ab551..006ae3b1c76e 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-18";
-  cargoSha256 = "sha256-CZC90HtAuK66zXDCHam9YJet9C62psxkHeJ/+1vIjTg=";
+  version = "2024-03-25";
+  cargoSha256 = "sha256-knvXvQ4e3Ab5zGcitfzlznad//0gAFSgWjOPiCjeFDM=";
 
   src = fetchFromGitHub {
     owner = "rust-lang";
     repo = "rust-analyzer";
     rev = version;
-    sha256 = "sha256-Jd6pmXlwKk5uYcjyO/8BfbUVmx8g31Qfk7auI2IG66A=";
+    sha256 = "sha256-4na1ZTc6Iknu6V1Wo6jnt6d3H0JdZfpKF4GX/WNa/Zc=";
   };
 
   cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ];