Merge pull request #182483 from 2gn/update_1password_opvscode_version

vscode-extensions: Updated op-vscode from 1.0.0 to 1.0.1
This commit is contained in:
superherointj 2022-07-27 12:24:05 -03:00 committed by GitHub
commit a0fcc3648c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,11 +34,16 @@ let
mktplcRef = {
publisher = "1Password";
name = "op-vscode";
version = "1.0.0";
sha256 = "sha256-ZeKTP3WKjyuR/ryBdJRHXJT+l2gbY4QnWNTsN9+4nOA=";
version = "1.0.1";
sha256 = "sha256-0SsHf1zZgmrb7oIsRU6Xpa3AvR8bSfANz5ZlRogjiS0=";
};
meta = {
license = lib.licenses.mit;
meta = with lib; {
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 ];
};
};