tfsec: 1.27.5 -> 1.27.6

This commit is contained in:
R. Ryantm
2022-08-31 23:02:22 +00:00
parent 1e0e95e88e
commit d3a91fea40
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tfsec";
version = "1.27.5";
version = "1.27.6";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-uywh5wYA1MD/7VJWfXvDaV8pYoj4i7Ais2fSAiljX7Q=";
hash = "sha256-dQ0Hx98MZTHBUrttJqjXu98OWLBoN071NGr9leLQbBs=";
};
ldflags = [
@@ -22,7 +22,7 @@ buildGoModule rec {
# "-extldflags '-fno-PIC -static'"
];
vendorSha256 = "sha256-VL1kR8iL/mvtdRZPyp4lG2hClwdNOjQPpaOBsOxATds=";
vendorSha256 = "sha256-QwMoieziiQsD22qrjHJA+Yjar+wrwx1/37PaS3ghUiU=";
subPackages = [
"cmd/tfsec"