tbls: 1.68.2 -> 1.70.2

This commit is contained in:
R. Ryantm 2023-10-20 04:34:38 +00:00
parent 3f84dd89b8
commit c406516040

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "tbls";
version = "1.68.2";
version = "1.70.2";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-yDWAKkzRb487iZ+5tmIH1qfuHj0TldOT+tTQwtVyX7s=";
hash = "sha256-LSICkg99veFHLmdcQZmnyfTbdqx7k2XI13W7Cjuj3qA=";
};
vendorHash = "sha256-V6TF7Q+9XxBeSVXlotu8tUrNCWDr80BZsQcVSBGikl8=";
vendorHash = "sha256-84h+LQzk/xy/Gapy7IxB8IPvsVGRsJP7udd9HhLskew=";
CGO_CFLAGS = [ "-Wno-format-security" ];