tbls: 1.65.4 -> 1.67.1

This commit is contained in:
R. Ryantm 2023-06-22 05:59:47 +00:00
parent 43be38bd78
commit 64a14705af

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" ];