scls: bump version
This commit is contained in:
parent
9c5232b758
commit
f2e5e2547a
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ rustPlatform.buildRustPackage {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "estin";
|
owner = "estin";
|
||||||
repo = "simple-completion-language-server";
|
repo = "simple-completion-language-server";
|
||||||
rev = "3edd6209fffd204d689fb3b0afb0e51ad90f0af2";
|
rev = "232aab4775c35a5d79ce38aa81a6724007aa0b59";
|
||||||
hash = "sha256-iccwhZhwYLxjhCLj8kRLqlL1F9TjZ57BogqlbKgCsKM=";
|
hash = "sha256-gwBQu1xf4rmDbOzvxXzQsHJr4faOECmRwyT7MR+pPyI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-nxLnlBfqcA64npPccuE00JxCLGi4eU9nWyU0PSVdKpE=";
|
cargoHash = "sha256-hwF3qSlv/wZhJh1kIxm/U0ZpnAZpiMzUe0OncGBlclk=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue