vscode-extensions.golang.go: 0.38.0 -> 0.40.0

This commit is contained in:
wackbyte 2023-11-26 17:34:31 -05:00
parent ddf0003c57
commit bf4d97db44
No known key found for this signature in database
GPG Key ID: 937F2AE5CCEFBF59

View File

@ -1689,10 +1689,14 @@ let
mktplcRef = {
name = "Go";
publisher = "golang";
version = "0.38.0";
sha256 = "sha256-wOWouVz4mE4BzmgQOLQyVWsMadMqeUkFWHnruxStU0Q=";
version = "0.40.0";
sha256 = "sha256-otAq6ul2l64zpRJdekCb7XZiE2vgpLUfM4NUdRPZX8w=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/golang.Go/changelog";
description = "Go extension for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=golang.Go";
homepage = "https://github.com/golang/vscode-go";
license = lib.licenses.mit;
};
};