tbls: 1.56.2 -> 1.56.3

This commit is contained in:
Azat Bahawi 2022-09-26 14:28:26 +03:00
parent ef395e396b
commit 082a7b991b
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "tbls";
version = "1.56.2";
version = "1.56.3";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
sha256 = "sha256-fJbdZlgegC54OIAbygKO5GzNh6UAuT4OZp7KK+XJhvI=";
hash = "sha256-ll2S9/62MdOcYhTiNM06Ck2UAnZL82CF1YCe3qtJeRo=";
};
vendorSha256 = "sha256-pmnSeQHZEtsshldfq6D/r5pMYA5ivMWkzjOq2/WseYU=";
vendorHash = "sha256-pmnSeQHZEtsshldfq6D/r5pMYA5ivMWkzjOq2/WseYU=";
CGO_CFLAGS = [ "-Wno-format-security" ];