Merge pull request #250871 from r-ryantm/auto-update/arduino-language-server

arduino-language-server: 0.7.4 -> 0.7.5
This commit is contained in:
Weijia Wang 2023-08-29 20:41:58 +02:00 committed by GitHub
commit 9f12275301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "arduino-language-server";
version = "0.7.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "arduino";
repo = "arduino-language-server";
rev = "refs/tags/${version}";
hash = "sha256-A5JcHdcSrRC1BxoJsPtLKBq1fu58SvwHm9hbgu8Uy5k=";
hash = "sha256-RBoDT/KnbQHeuE5WpoL4QWu3gojiNdsi+/NEY2e/sHs=";
};
subPackages = [ "." ];
vendorHash = "sha256-SKqorfgesYE0kXR/Fm6gI7Me0CxtDeNsTRGYuGJW+vo=";
vendorHash = "sha256-tS6OmH757VDdViPHJAJAftQu+Y1YozE7gXkt5anDlT0=";
doCheck = false;