Merge pull request #213344 from r-ryantm/auto-update/tbls

tbls: 1.58.0 -> 1.60.0
This commit is contained in:
Azat Bahawi 2023-01-29 16:26:12 +03:00 committed by GitHub
commit 5a893e22a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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