otpauth: update vendorSha256
This commit is contained in:
parent
b24ccd7a9d
commit
c68666822c
2 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-LGDeNkCxVLDVpwi5VFFL0DFsf8CexI7Nc5l+l2ASHaw=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-fwO3cmlnmuD682vGB8X06yGHZqBadeltRrsEUjQWazc=";
|
||||
vendorSha256 = "sha256-TU5crhmQAhSfURdfPe/xaa3RgGyc+UFn2E+jJ0flNsg=";
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
@ -8738,7 +8738,9 @@ with pkgs;
|
|||
inherit (darwin.apple_sdk.frameworks) IOKit;
|
||||
};
|
||||
|
||||
otpauth = callPackage ../tools/security/otpauth { };
|
||||
otpauth = callPackage ../tools/security/otpauth {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
pcsclite = callPackage ../tools/security/pcsclite {
|
||||
inherit (darwin.apple_sdk.frameworks) IOKit;
|
||||
|
|
Loading…
Reference in a new issue