Update gpg pinentry

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-29 13:54:07 +00:00
parent 2292c5663c
commit 6883541678
6 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{ pkgs, ... }:
# AUTO-UPDATE: nix-update --flake vscode-extension-wdhongtw-gpg-indicator
pkgs.vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "wdhongtw";
name = "gpg-indicator";
version = "0.7.5";
hash = "sha256-gRwpU/KQj/5eYIJe6BORERIkiLV8Chz7+gJMqb08+J0=";
};
}