Merge pull request #218910 from r-ryantm/auto-update/yubikey-touch-detector

yubikey-touch-detector: 1.10.0 -> 1.10.1
This commit is contained in:
Nick Cao 2023-03-01 15:10:54 +08:00 committed by GitHub
commit cb97f2aabb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];