Merge pull request #326491 from doronbehar/pkg/rust-analyzer-cargoHash

rust-analyzer: use cargoHash instead of deprecated cargoSha256
This commit is contained in:
Doron Behar 2024-07-12 10:18:47 +03:00 committed by GitHub
commit 83881cb6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2024-07-01";
cargoSha256 = "sha256-hi3EzQbOWUEv5xxImjV1ooz5K5Xzz2V3AHSXpifhFjg=";
cargoHash = "sha256-hi3EzQbOWUEv5xxImjV1ooz5K5Xzz2V3AHSXpifhFjg=";
src = fetchFromGitHub {
owner = "rust-lang";