Merge pull request #109962 from oxalica/rust-analyzer

rust-analyzer: 2021-01-04 -> 2021-01-18
This commit is contained in:
Sandro 2021-01-19 15:40:15 +01:00 committed by GitHub
commit 3867c4dfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
{
rust-analyzer-unwrapped = callPackage ./generic.nix rec {
rev = "2021-01-04";
rev = "2021-01-18";
version = "unstable-${rev}";
sha256 = "sha256-VRnmx5SfmdMIVQjixWBSaMioqFUlo9VOIKsPvC5t3t4=";
cargoSha256 = "sha256-X63FjFpfwjvQayw4X6Sqfyh4FHsc3flE3OtQpzqowjc=";
sha256 = "sha256-eFiZdFBJZuBfwH8tqZTayNaWiq8fWUzlzBRRvdPbmW8=";
cargoSha256 = "sha256-rRoo0TrXa03okJ8wktzVSAn8tRO1d9kcDprotZ1hZ6w=";
};
rust-analyzer = callPackage ./wrapper.nix {} {