Skip to content

Commit

Permalink
rust-analyzer-unwrapped: 2023-01-09 -> 2023-01-16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Jan 18, 2023
1 parent fa00de1 commit de21b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/rust-analyzer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

rustPlatform.buildRustPackage rec {
pname = "rust-analyzer-unwrapped";
version = "2023-01-09";
cargoSha256 = "sha256-O9Z2nVzVdWl04c1+fChygCfFyHZVQIdVXy/aC1eqHCw=";
version = "2023-01-16";
cargoSha256 = "sha256-M0AwSksEUKVw+Eo+D7BnkoKycNRQDOnemIgremXp5fs=";

src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = version;
sha256 = "sha256-hanikqugN4HgdGxFOgOzT53phb60GfZr3o/ljD96HSM=";
sha256 = "sha256-m+EVsqnYIDdabuIs7K+e343RZ7V3mQHijoYuHWS7Dj4=";
};

auditable = true; # TODO: remove when this is the default
Expand Down

0 comments on commit de21b18

Please sign in to comment.