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

tbls: 1.64.0 -> 1.65.3
This commit is contained in:
Azat Bahawi 2023-04-20 16:53:20 +03:00 committed by GitHub
commit 6132a7001e
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.64.0";
version = "1.65.3";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-XHHoPaT+qo2UBfYvslFhhSmo7a9YsBX3Ay+piOBVTxc=";
hash = "sha256-/RyDv256qbi1CMHmB2LZxMBqOM81nA3r5N8jRrww/mQ=";
};
vendorHash = "sha256-YrDQSySBplYgakgvb6BwK1AK6h0Usy8MvCndHSSYrlQ=";
vendorHash = "sha256-qT8YhNZ+9n9+VduW8a/tr74w3OyWue7a51667Q9dMCg=";
CGO_CFLAGS = [ "-Wno-format-security" ];