Skip to content

Commit

Permalink
Merge pull request #326491 from doronbehar/pkg/rust-analyzer-cargoHash
Browse files Browse the repository at this point in the history
rust-analyzer: use cargoHash instead of deprecated cargoSha256
  • Loading branch information
doronbehar committed Jul 12, 2024
2 parents 64d386c + b7795e7 commit 83881cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/rust-analyzer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 83881cb

Please sign in to comment.