summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-08-25 08:24:09 +0200
committerGitHub <noreply@github.com>2020-08-25 08:24:09 +0200
commit9eeff74821ffb6be45cccb0a955c942a012437db (patch)
tree1afbfe4552db876ef7c1f91421408d2c3eb7855a
parent73c04875a627280b2432be1bec860a0064583c81 (diff)
parenta445a22b3a1cb6f86f63eafd17cc9a5a0e753fc0 (diff)
downloadnixpkgs-9eeff74821ffb6be45cccb0a955c942a012437db.tar
nixpkgs-9eeff74821ffb6be45cccb0a955c942a012437db.tar.gz
nixpkgs-9eeff74821ffb6be45cccb0a955c942a012437db.tar.bz2
nixpkgs-9eeff74821ffb6be45cccb0a955c942a012437db.tar.lz
nixpkgs-9eeff74821ffb6be45cccb0a955c942a012437db.tar.xz
nixpkgs-9eeff74821ffb6be45cccb0a955c942a012437db.tar.zst
nixpkgs-9eeff74821ffb6be45cccb0a955c942a012437db.zip
Merge pull request #96182 from oxalica/rust-analyzer
rust-analyzer: 2020-08-17 -> 2020-08-24
-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 515ff94ac7a..c9c87991a8a 100644
--- a/pkgs/development/tools/rust/rust-analyzer/default.nix
+++ b/pkgs/development/tools/rust/rust-analyzer/default.nix
@@ -2,10 +2,10 @@
 
 {
   rust-analyzer-unwrapped = callPackage ./generic.nix rec {
-    rev = "2020-08-17";
+    rev = "2020-08-24";
     version = "unstable-${rev}";
-    sha256 = "1lkqhaygl6wak3hypmn3zb2h0v4n082xbpaywmzqr53vhw678sp0";
-    cargoSha256 = "00a2fxq1kwybng3gp33lkad4c7wrz0gypigxkalqkyy4nbg3qil4";
+    sha256 = "11q5shrq55krgpj7rjfqw84131j5g55zyrwww3cxcbr8ndi3xdnf";
+    cargoSha256 = "15kjcgxmigm0lwbp8p0kdxax86ldjqq9q8ysj6khfhqd0173184n";
   };
 
   rust-analyzer = callPackage ./wrapper.nix {} {