yubikey-touch-detector: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm 2023-03-01 01:12:28 +00:00
parent 5d609e47fe
commit 2010b76f58

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "yubikey-touch-detector";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "maximbaz";
repo = "yubikey-touch-detector";
rev = version;
sha256 = "sha256-3tZyaOrNzLfcCORhTSMEu8EvnNUjva8hBNotHgANS0g=";
sha256 = "sha256-y/iDmxlhu2Q6Zas0jsv07HQPkNdMrOQaXWy/cuWvpMk=";
};
vendorSha256 = "sha256-OitI9Yp4/mRMrNH4yrWSL785+3mykPkvzarrc6ipOeg=";
vendorHash = "sha256-OitI9Yp4/mRMrNH4yrWSL785+3mykPkvzarrc6ipOeg=";
nativeBuildInputs = [ pkg-config ];