tfsec: 1.26.3 -> 1.27.1

This commit is contained in:
R. Ryantm 2022-08-01 21:33:28 +00:00
parent cb57a28b01
commit fd51947146

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tfsec";
version = "1.26.3";
version = "1.27.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-E18iy2cQmdiZwB6mWp0wohS+Iea2WxEB+zf2d+rAXUc=";
hash = "sha256-9RMSSgpYAmQgIAy4pJRk3tKwx+unaFmSNgXdKK3HYTU=";
};
ldflags = [
@ -22,7 +22,7 @@ buildGoModule rec {
# "-extldflags '-fno-PIC -static'"
];
vendorSha256 = "sha256-l4eIqWqDV3j/KgXuN5gnKmXa49m4uuYhoiFOdXrl/8o=";
vendorSha256 = "sha256-o3TGEsYtd7RVGcw7guhqpbKMFkiRBpvCFUeIhnKKIeQ=";
subPackages = [
"cmd/tfsec"