mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
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:
commit
a0fcc3648c
@ -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