tbls: 1.68.0 -> 1.68.1

This commit is contained in:
R. Ryantm 2023-07-18 02:47:48 +00:00
parent d0299f7fa1
commit 5ea3d52bd6

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