Merge pull request #244098 from r-ryantm/auto-update/tbls

tbls: 1.68.0 -> 1.68.1
This commit is contained in:
Nick Cao 2023-07-17 23:08:06 -06:00 committed by GitHub
commit e632a55db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "tbls";
version = "1.68.0";
version = "1.68.1";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-qFPTDyljSKWim8sZbDM5OZ4sHL4csqXxit4UdMnOTxs=";
hash = "sha256-z5tDPXz6Z6oPzWIp4gapNLwm+0VrwCGNIXsFu94Zn08=";
};
vendorHash = "sha256-Xxoe+8MKwZPPapTILHAIegGPBn8vaAjU5bZrd8RvazE=";
vendorHash = "sha256-V6TF7Q+9XxBeSVXlotu8tUrNCWDr80BZsQcVSBGikl8=";
CGO_CFLAGS = [ "-Wno-format-security" ];