ssh-tpm-agent: 0.6.0 -> 0.7.0

https://github.com/Foxboron/ssh-tpm-agent/releases/tag/v0.7.0
This commit is contained in:
Adam Stephens
2024-10-19 03:31:15 +00:00
parent 08ce5e6f7b
commit dbddd91602

View File

@@ -7,18 +7,18 @@
buildGoModule rec {
pname = "ssh-tpm-agent";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "Foxboron";
repo = "ssh-tpm-agent";
rev = "v${version}";
hash = "sha256-gO9qVAVCvaiLrC/GiTJ0NghiXVRXXRBlvOIVSAOftR8=";
hash = "sha256-yK7G+wZIn+kJazKOFOs8EYlRWZkCQuT0qZfmdqbcOnM=";
};
proxyVendor = true;
vendorHash = "sha256-Upq8u5Ip0HQW5FGyqhVUT6rINXz2BpCE7lbtk9fPaWs=";
vendorHash = "sha256-njKyBfTG/QCPBBsj3Aom42cv2XqLv4YeS4DhwNQNaLA=";
buildInputs = [
openssl