vscode-extensions: Updated op-vscode from 1.0.0 to 1.0.1
op-vscode: Added myself as a maintainer op-vscode: Filled some metadata op-vscode: Added with lib; Update pkgs/applications/editors/vscode/extensions/default.nix Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
parent
a25f30d4dd
commit
bb939ecf39
@ -34,11 +34,16 @@ let
|
|||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
publisher = "1Password";
|
publisher = "1Password";
|
||||||
name = "op-vscode";
|
name = "op-vscode";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
sha256 = "sha256-ZeKTP3WKjyuR/ryBdJRHXJT+l2gbY4QnWNTsN9+4nOA=";
|
sha256 = "sha256-0SsHf1zZgmrb7oIsRU6Xpa3AvR8bSfANz5ZlRogjiS0=";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = with lib; {
|
||||||
license = lib.licenses.mit;
|
changelog = "https://github.com/1Password/op-vscode/releases";
|
||||||
|
description = "A VSCode extension that integrates your development workflow with 1Password service";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=1Password.op-vscode";
|
||||||
|
homepage = "https://github.com/1Password/op-vscode";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ _2gn ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user