Merge pull request #143254 from r-ryantm/auto-update/yubikey-touch-detector
yubikey-touch-detector: 1.9.1 -> 1.9.3
This commit is contained in:
commit
a7e42c3939
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "yubikey-touch-detector";
|
pname = "yubikey-touch-detector";
|
||||||
version = "1.9.1";
|
version = "1.9.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maximbaz";
|
owner = "maximbaz";
|
||||||
repo = "yubikey-touch-detector";
|
repo = "yubikey-touch-detector";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-I9dRCQhbXd8K1zp291z9XVwHI9DcxgvrzYaHICZH5v0=";
|
sha256 = "sha256-f6j+YNYASH0Adg3236QijApALd/yXJjNMYEdP0Pifw0=";
|
||||||
};
|
};
|
||||||
vendorSha256 = "sha256-UeDLGwYrXwLOtQt/8fEmficc/1j0x+zr/JLa6lLF5cs=";
|
vendorSha256 = "sha256-bmFbxMU3PEWpYI0eQw/1RRDP+JGfUY8kOCeTWbdVt9k=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue