mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +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 = {
|
||||
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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user