tbls: 1.58.0 -> 1.60.0

This commit is contained in:
R. Ryantm 2023-01-29 10:59:09 +00:00
parent aba2aded0e
commit deaa6e44c6

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "tbls";
version = "1.58.0";
version = "1.60.0";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-uHTE4x8cCM2O4dtqqV7zm7Eqi8xsqqxSUbcFvV2Vgv8=";
hash = "sha256-5/YAJl01ARralsBEV6ZJqcYfMMudCmcQcdQD1jn1I+M=";
};
vendorHash = "sha256-qMkAmtt9ERYcZEdxqFAI9P99niP3l13iQ6M4cDCz5Kw=";
vendorHash = "sha256-AeaTAjo1wRl7Ymg/fyoijaa9UXf9SiNR447WJtZeN5o=";
CGO_CFLAGS = [ "-Wno-format-security" ];