mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
yubikey-touch-detector: update vendorSha256
This commit is contained in:
parent
d3850e7e18
commit
7ae0bd64dc
@ -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 ];
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user