File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pkgs/applications/editors/vscode/extensions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2101,15 +2101,16 @@ let
21012101 mktplcRef = {
21022102 publisher = "github" ;
21032103 name = "codespaces" ;
2104- version = "1.16.9 " ;
2105- hash = "sha256-Zj1dHz8uBHnRpjnD9tUr8OJILRq9Ty91ePiNq6/Vi7c =" ;
2104+ version = "1.17.3 " ;
2105+ hash = "sha256-idJFYHJ4yeqpFZBX55Y0v1yfzgqyhS0MrC4yIto7i7w =" ;
21062106 } ;
21072107
21082108 meta = {
21092109 description = "VSCode extensions that provides cloud-hosted development environments for any activity" ;
21102110 downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces" ;
21112111 homepage = "https://github.com/features/codespaces" ;
21122112 license = lib . licenses . unfree ;
2113+ maintainers = [ lib . maintainers . therobot2105 ] ;
21132114 } ;
21142115 } ;
21152116
You can’t perform that action at this time.
0 commit comments