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

tbls: 1.65.4 -> 1.67.1
This commit is contained in:
Azat Bahawi 2023-06-23 20:42:49 +03:00 committed by GitHub
commit 03afc9d850
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.65.4";
version = "1.67.1";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-2W25BNj5+9ZuzPmkdTKRbRNUdOp1e3TcLaPz3ulKFYU=";
hash = "sha256-O1ANUA2xCLl0ks+YCS8ADK5ySPYV4aSf3i5L6EN8swA=";
};
vendorHash = "sha256-qT8YhNZ+9n9+VduW8a/tr74w3OyWue7a51667Q9dMCg=";
vendorHash = "sha256-Xxoe+8MKwZPPapTILHAIegGPBn8vaAjU5bZrd8RvazE=";
CGO_CFLAGS = [ "-Wno-format-security" ];