Merge pull request #327326 from r-ryantm/auto-update/ssh-tpm-agent

ssh-tpm-agent: 0.3.1 -> 0.6.0
This commit is contained in:
Stig 2024-08-23 14:37:05 +02:00 committed by GitHub
commit 02f52e03a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "ssh-tpm-agent";
version = "0.3.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "Foxboron";
repo = "ssh-tpm-agent";
rev = "v${version}";
hash = "sha256-8CGSiCOcns4cWkYWqibs6hAFRipYabKPCpkhxF4OE8w=";
hash = "sha256-gO9qVAVCvaiLrC/GiTJ0NghiXVRXXRBlvOIVSAOftR8=";
};
proxyVendor = true;
vendorHash = "sha256-zUAIesBeuh1zlxXcjKSNmMawZGgUr9z3NzT0XKn/YCQ=";
vendorHash = "sha256-Upq8u5Ip0HQW5FGyqhVUT6rINXz2BpCE7lbtk9fPaWs=";
buildInputs = [
openssl