Unverified Commit bf7152c5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270287 from wackbyte/bump-vscode-go

vscode-extensions.golang.go: 0.38.0 -> 0.40.0
parents e88b17c8 bf4d97db
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1693,10 +1693,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;
        };
      };