Merge pull request #169786 from r-ryantm/auto-update/efm-langserver
efm-langserver: 0.0.42 -> 0.0.44
This commit is contained in:
commit
5b2aaa628f
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "efm-langserver";
|
pname = "efm-langserver";
|
||||||
version = "0.0.42";
|
version = "0.0.44";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mattn";
|
owner = "mattn";
|
||||||
repo = "efm-langserver";
|
repo = "efm-langserver";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-1IAPtqIozp9Wp3L95mmhFuWvWvCDuTh1VsCVaJSzyfk=";
|
sha256 = "sha256-+yN08MAoFaixvt2EexhRNucG6I4v2FdHf44XlYIwzhA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-KABezphT5/o3XWSFNe2OvfawFR8uwsGMnjsI9xh378Q=";
|
vendorSha256 = "sha256-KABezphT5/o3XWSFNe2OvfawFR8uwsGMnjsI9xh378Q=";
|
||||||
|
|
Loading…
Reference in a new issue