yubikey-touch-detector: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 10:36:17 +10:00
parent d3850e7e18
commit 7ae0bd64dc
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,7 @@ buildGoModule rec {
rev = version;
sha256 = "sha256-f6j+YNYASH0Adg3236QijApALd/yXJjNMYEdP0Pifw0=";
};
vendorSha256 = "sha256-bmFbxMU3PEWpYI0eQw/1RRDP+JGfUY8kOCeTWbdVt9k=";
vendorSha256 = "sha256-H05EJwYDdg4lq6+psXiwujQd5g294epdRPjqviHhLWs=";
nativeBuildInputs = [ pkg-config ];

View file

@ -20600,7 +20600,9 @@ with pkgs;
buildGoModule = buildGo117Module;
};
yubikey-touch-detector = callPackage ../tools/security/yubikey-touch-detector { };
yubikey-touch-detector = callPackage ../tools/security/yubikey-touch-detector {
buildGoModule = buildGo117Module;
};
zchunk = callPackage ../development/libraries/zchunk { };