rust-analyzer: use cargoHash instead of deprecated cargoSha256

This commit is contained in:
Doron Behar
2024-07-12 09:40:58 +03:00
parent 64d386c889
commit b7795e7a41
@@ -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";