tkey-ssh-agent: 1.1.0 -> 1.1.1

This commit is contained in:
Bruno Bigras
2026-03-24 13:46:20 -04:00
parent 0248ab53b2
commit 44f12ddbc9
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "tkey-ssh-agent";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "tillitis";
repo = "tkey-ssh-agent";
rev = "v${finalAttrs.version}";
hash = "sha256-VwhWIQ+ZTwYD3NwxCImrtK49+i31Cc7xBjx5Cxvm+PA=";
hash = "sha256-ndS9eNxhZTCxaxEF/J3FzIA8xtlVdbm9q9W1I9lC8+k=";
};
vendorHash = "sha256-/lSC2+TjG2Ps9t8BbcgXIFWeFykszJM3hr2DqSrnkO8=";
vendorHash = "sha256-+JTGgiCLvJsju3gbqbid6TZCfSgjPySfeaEtiyuTlWM=";
subPackages = [
"cmd/tkey-ssh-agent"