about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-16 18:51:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-16 18:51:20 +0000
commit5698eccb734ed6f679ab641362e341f72d32b709 (patch)
tree1e4fdd1cc666107da9f267659241903828e8bc64
parent9d0b66d7799e09fa8af1453a5c050f19492d8a1c (diff)
downloadnixlib-5698eccb734ed6f679ab641362e341f72d32b709.tar
nixlib-5698eccb734ed6f679ab641362e341f72d32b709.tar.gz
nixlib-5698eccb734ed6f679ab641362e341f72d32b709.tar.bz2
nixlib-5698eccb734ed6f679ab641362e341f72d32b709.tar.lz
nixlib-5698eccb734ed6f679ab641362e341f72d32b709.tar.xz
nixlib-5698eccb734ed6f679ab641362e341f72d32b709.tar.zst
nixlib-5698eccb734ed6f679ab641362e341f72d32b709.zip
rust-analyzer-unwrapped: 2023-03-06 -> 2023-03-13
-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 83626a6362fe..d0a6665dcbdf 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 = "2023-03-06";
-  cargoSha256 = "sha256-K4zaspweDhzkl0iFvW/6s2Qonj0Waepy0viX6U7x844=";
+  version = "2023-03-13";
+  cargoSha256 = "sha256-dyQpgh+htNQDa8voj6NormTw2TmnlId6iS6cQ2LEB/U=";
 
   src = fetchFromGitHub {
     owner = "rust-lang";
     repo = "rust-analyzer";
     rev = version;
-    sha256 = "sha256-Njlus+vY3N++qWE0JXrGjwcXY2QDFuOV/7NruBBMETY=";
+    sha256 = "sha256-3DHDfYCLn0clUXoUPqU5FjJFDkiqff7zMhIRHh3QU2M=";
   };
 
   auditable = true; # TODO: remove when this is the default