mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vscode-extensions.golang.go: 0.38.0 -> 0.40.0
This commit is contained in:
parent
ddf0003c57
commit
bf4d97db44
1 changed files with 6 additions and 2 deletions
|
@ -1689,10 +1689,14 @@ let
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "Go";
|
name = "Go";
|
||||||
publisher = "golang";
|
publisher = "golang";
|
||||||
version = "0.38.0";
|
version = "0.40.0";
|
||||||
sha256 = "sha256-wOWouVz4mE4BzmgQOLQyVWsMadMqeUkFWHnruxStU0Q=";
|
sha256 = "sha256-otAq6ul2l64zpRJdekCb7XZiE2vgpLUfM4NUdRPZX8w=";
|
||||||
};
|
};
|
||||||
meta = {
|
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;
|
license = lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue