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.
main
Oliver Evans 2 years ago
parent 9669d16f9a
commit 4655bf1cf4
No known key found for this signature in database
GPG Key ID: A1BA3D39691538A2
  1. 2
      pkgs/development/tools/rust/rust-analyzer/default.nix
  2. 2
      pkgs/development/tools/rust/rust-analyzer/update.sh

@ -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…
Cancel
Save