tbls: 1.56.9 -> 1.57.1

This commit is contained in:
R. Ryantm 2023-01-08 06:49:03 +00:00
parent be313a93bb
commit 724146b99b

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "tbls";
version = "1.56.9";
version = "1.57.1";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-mZUmQoGfTc8nwzcAMIewB7usO5vfBZNCtZEOfYkYgvY=";
hash = "sha256-tFUkI+QNvvlorg2xk0obeFdEVKxv0T1rXr3tZUP0sGE=";
};
vendorHash = "sha256-pmnSeQHZEtsshldfq6D/r5pMYA5ivMWkzjOq2/WseYU=";
vendorHash = "sha256-E44gUzA9FW1TM0wfjVEmF5w/bgBrockluNIDkA7/hnU=";
CGO_CFLAGS = [ "-Wno-format-security" ];