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

arduino-language-server: 0.7.5 -> 0.7.6
This commit is contained in:
Nick Cao 2024-02-07 08:38:57 -05:00 committed by GitHub
commit 5036fe2a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "arduino-language-server";
version = "0.7.5";
version = "0.7.6";
src = fetchFromGitHub {
owner = "arduino";
repo = "arduino-language-server";
rev = "refs/tags/${version}";
hash = "sha256-RBoDT/KnbQHeuE5WpoL4QWu3gojiNdsi+/NEY2e/sHs=";
hash = "sha256-PmPGhbB1HqxZRK+f28SdZNh4HhE0oseYsdJuEAAk90I=";
};
subPackages = [ "." ];