Skip to content

Commit

Permalink
rust-analyzer: 2020-08-17 -> 2020-08-24
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Aug 24, 2020
1 parent e467148 commit a445a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/rust-analyzer/default.nix
Expand Up @@ -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 {} {
Expand Down

0 comments on commit a445a22

Please sign in to comment.