ssh-tpm-agent: 0.8.0 -> 0.9.0, add meta.changelog (#516845)

This commit is contained in:
Adam C. Stephens
2026-05-05 15:15:59 +00:00
committed by GitHub
+4 -3
View File
@@ -9,18 +9,18 @@
buildGoModule (finalAttrs: {
pname = "ssh-tpm-agent";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "Foxboron";
repo = "ssh-tpm-agent";
tag = "v${finalAttrs.version}";
hash = "sha256-CSxZctiQ/d4gzCUtfx9Oetb8s0XpHf3MPH/H0XaaVgg=";
hash = "sha256-BF4O/vgguTQtgIch2akOq5ZJWyB+/evBYtxfjh9HFYI=";
};
proxyVendor = true;
vendorHash = "sha256-84ZB1B+RczJS08UToCWvvVfWrD62IQxy0XoBwn+wBkc=";
vendorHash = "sha256-N7JuMUy5Z+HVhxsqESlBkHcHVipRYM8ncx/wR77k1fw=";
buildInputs = [
openssl
@@ -42,6 +42,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "SSH agent with support for TPM sealed keys for public key authentication";
homepage = "https://github.com/Foxboron/ssh-tpm-agent";
changelog = "https://github.com/Foxboron/ssh-tpm-agent/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ sgo ];