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:
parent
9669d16f9a
commit
4655bf1cf4
2 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# shellcheck shell=bash
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")"
|
||||
owner=rust-analyzer
|
||||
owner=rust-lang
|
||||
repo=rust-analyzer
|
||||
nixpkgs=../../../../..
|
||||
|
||||
|
|
Loading…
Reference in a new issue