summary refs log tree commit diff
path: root/pkgs/development/tools/rust/rust-analyzer/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-03-01 20:05:49 -0800
committerGitHub <noreply@github.com>2022-03-02 12:05:49 +0800
commitb4bc9ce0a09dbe380cdaa15392e72ac060b3033e (patch)
tree1e4ae8222a55b290def0d3301af6c79246608fe1 /pkgs/development/tools/rust/rust-analyzer/default.nix
parentac5db4d3d2cf57f8f2d20e6a3b2b4d590345a02c (diff)
downloadnixpkgs-b4bc9ce0a09dbe380cdaa15392e72ac060b3033e.tar
nixpkgs-b4bc9ce0a09dbe380cdaa15392e72ac060b3033e.tar.gz
nixpkgs-b4bc9ce0a09dbe380cdaa15392e72ac060b3033e.tar.bz2
nixpkgs-b4bc9ce0a09dbe380cdaa15392e72ac060b3033e.tar.lz
nixpkgs-b4bc9ce0a09dbe380cdaa15392e72ac060b3033e.tar.xz
nixpkgs-b4bc9ce0a09dbe380cdaa15392e72ac060b3033e.tar.zst
nixpkgs-b4bc9ce0a09dbe380cdaa15392e72ac060b3033e.zip
rust-analyzer: 2022-02-22 -> 2022-02-28
Diffstat (limited to 'pkgs/development/tools/rust/rust-analyzer/default.nix')
-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 9711ef871c0..2221ae0a14b 100644
--- a/pkgs/development/tools/rust/rust-analyzer/default.nix
+++ b/pkgs/development/tools/rust/rust-analyzer/default.nix
@@ -11,14 +11,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rust-analyzer-unwrapped";
-  version = "2022-02-22";
-  cargoSha256 = "sha256-5PhmDiYC566KM0PfAaRdMpc0CAzDdez4uuLqBNBrma8=";
+  version = "2022-02-28";
+  cargoSha256 = "sha256-dTw6xp99uGtGp6YuqAX3r3GDD6Wto3KHTaO2DUUE2FA=";
 
   src = fetchFromGitHub {
     owner = "rust-analyzer";
     repo = "rust-analyzer";
     rev = version;
-    sha256 = "sha256-O9onJrAJY0TWxEZZcTWuF7SGPypRtSo0ZbpzDLC5+os=";
+    sha256 = "sha256-GQ1cPO4povnozLl0MTFs0ZXpmBn+AZeFWQVnxHHWf9g=";
   };
 
   patches = [