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

tbls: 1.56.9 -> 1.57.1
This commit is contained in:
Azat Bahawi 2023-01-08 15:43:58 +03:00 committed by GitHub
commit 2f6867dfc5
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.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" ];