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

tbls: 1.57.1 -> 1.58.0
This commit is contained in:
Azat Bahawi 2023-01-22 16:28:45 +03:00 committed by GitHub
commit 08d2a9eb2a
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.57.1";
version = "1.58.0";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-tFUkI+QNvvlorg2xk0obeFdEVKxv0T1rXr3tZUP0sGE=";
hash = "sha256-uHTE4x8cCM2O4dtqqV7zm7Eqi8xsqqxSUbcFvV2Vgv8=";
};
vendorHash = "sha256-E44gUzA9FW1TM0wfjVEmF5w/bgBrockluNIDkA7/hnU=";
vendorHash = "sha256-qMkAmtt9ERYcZEdxqFAI9P99niP3l13iQ6M4cDCz5Kw=";
CGO_CFLAGS = [ "-Wno-format-security" ];