rust-analyzer-unwrapped: fix source hash
Without the change hudra build in `master` fails to validate hash: https://hydra.nixos.org/job/nixpkgs/trunk/rust-analyzer-unwrapped.x86_64-linux
This commit is contained in:
parent
4a7c898ba3
commit
44aa23d677
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
owner = "rust-lang";
|
owner = "rust-lang";
|
||||||
repo = "rust-analyzer";
|
repo = "rust-analyzer";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-otzv/l7c1rL+eH1cuJnUZVp4DR2dMdEIfhtLxTelIBY=";
|
hash = "sha256-fuHLsvM5z5/5ia3yL0/mr472wXnxSrtXECa+pspQchA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoBuildFlags = [
|
cargoBuildFlags = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user