rust-analyzer-unwrapped: 2025-01-20 -> 2025-02-10 (#379548)
This commit is contained in:
commit
0979d43179
@ -12,15 +12,15 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "rust-analyzer-unwrapped";
|
||||
version = "2025-01-20";
|
||||
version = "2025-02-10";
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-k1sjt/v1FYtAeAnTMcGxL32vA3xyQ7zfZBJ4KjQbfX8=";
|
||||
cargoHash = "sha256-rxdXbILDMi9YFMurhELThVKwn9EZYjCrvAB0vo36OGY=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rust-lang";
|
||||
repo = "rust-analyzer";
|
||||
rev = version;
|
||||
hash = "sha256-W8xioeq+h9dzGvtXPlQAn2nXtgNDN6C8uA1/9F2JP5I=";
|
||||
hash = "sha256-YUdM2yZzQIbakgc2LdVmkgJMYTqeTu3YdWGgFfiZiTg=";
|
||||
};
|
||||
|
||||
cargoBuildFlags = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user