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:
2gn 2022-07-23 00:28:46 +09:00
parent a25f30d4dd
commit bb939ecf39

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 ];
};
};