FiloSottile / yubikey-agent

yubikey-agent is a seamless ssh-agent for YubiKeys.
https://filippo.io/yubikey-agent
BSD 3-Clause "New" or "Revised" License
2.6k stars 124 forks source link

update dependency of pinentry #107

Closed gador closed 2 years ago

gador commented 2 years ago

This upstream fix will check whether the path of pinentry acutally exists. Otherwise will default to return "pinentry".

Since #82 and the update of pinentry, it uses gpgconf to discover the pinentry binary path. This doesn't always work. So pinentry got a fix to check whether the path actually exists. This PR updates the dependency to point to the new version.

Fixes https://github.com/NixOS/nixpkgs/issues/145392.

FiloSottile commented 2 years ago

Thank you!