Skip to content

Commit 798e8fc

Browse files
authored
vscode-extensions.github.codespaces: 1.16.9 -> 1.17.3 (#384053)
2 parents 555da02 + c7fae10 commit 798e8fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)