mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
vscode-extensions.github.codespaces: 1.16.9 -> 1.17.3
This commit is contained in:
parent
5567326f95
commit
c7fae10f4b
1 changed files with 3 additions and 2 deletions
|
@ -2101,8 +2101,8 @@ let
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "github";
|
publisher = "github";
|
||||||
name = "codespaces";
|
name = "codespaces";
|
||||||
version = "1.16.9";
|
version = "1.17.3";
|
||||||
hash = "sha256-Zj1dHz8uBHnRpjnD9tUr8OJILRq9Ty91ePiNq6/Vi7c=";
|
hash = "sha256-idJFYHJ4yeqpFZBX55Y0v1yfzgqyhS0MrC4yIto7i7w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -2110,6 +2110,7 @@ let
|
||||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces";
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces";
|
||||||
homepage = "https://github.com/features/codespaces";
|
homepage = "https://github.com/features/codespaces";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
|
maintainers = [ lib.maintainers.therobot2105 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue