rust-analyzer: Update repo owner

Project recently moved from github:rust-analyzer/rust-analyzer
to github:rust-lang/rust-analyzer.

See discussion in https://github.com/NixOS/nixpkgs/pull/171464.
This commit is contained in:
Oliver Evans 2022-05-06 19:20:43 -07:00
parent 9669d16f9a
commit 4655bf1cf4
No known key found for this signature in database
GPG key ID: A1BA3D39691538A2
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-uZCUruIBTNTKYWYb8xQgJ6FsKlRi+Sh5n7m7aVk+hHQ=";
src = fetchFromGitHub {
owner = "rust-analyzer";
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
sha256 = "sha256-5kAbd/tTc9vkr27ar44hnpXdS0vQg0OLJUMlp0FBjqA=";

View file

@ -3,7 +3,7 @@
# shellcheck shell=bash
set -euo pipefail
cd "$(dirname "$0")"
owner=rust-analyzer
owner=rust-lang
repo=rust-analyzer
nixpkgs=../../../../..