tfsec: 1.27.6 -> 1.28.0

This commit is contained in:
Fabian Affolter 2022-09-21 22:54:52 +02:00
parent 55ebfc59e0
commit 1dbdb42337

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tfsec";
version = "1.27.6";
version = "1.28.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-dQ0Hx98MZTHBUrttJqjXu98OWLBoN071NGr9leLQbBs=";
hash = "sha256-j+Q92DUqb06w1aDBX4T+4btN5YrizbIWln8fqRrk1hw=";
};
ldflags = [
@ -22,7 +22,7 @@ buildGoModule rec {
# "-extldflags '-fno-PIC -static'"
];
vendorSha256 = "sha256-QwMoieziiQsD22qrjHJA+Yjar+wrwx1/37PaS3ghUiU=";
vendorSha256 = "sha256-Avwr7A2X68sZgXUGl+Pgci+QtG9tsZMsyYkVeC4p2oQ=";
subPackages = [
"cmd/tfsec"