Merge pull request #180592 from fabaff/tfsec-bump
tfsec: 1.26.2 -> 1.26.3
This commit is contained in:
commit
03f37f587a
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "tfsec";
|
pname = "tfsec";
|
||||||
version = "1.26.2";
|
version = "1.26.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ogUFAKik8Ksf+3CncfL086GPiY+x3Kx7/4bCYQjGTXg=";
|
hash = "sha256-E18iy2cQmdiZwB6mWp0wohS+Iea2WxEB+zf2d+rAXUc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
@ -22,7 +22,7 @@ buildGoModule rec {
|
||||||
# "-extldflags '-fno-PIC -static'"
|
# "-extldflags '-fno-PIC -static'"
|
||||||
];
|
];
|
||||||
|
|
||||||
vendorSha256 = "sha256-uuQZIrAuF+E0Sd+PSjZszQU1pqVDdBUtEsk9w7dzTAE=";
|
vendorSha256 = "sha256-l4eIqWqDV3j/KgXuN5gnKmXa49m4uuYhoiFOdXrl/8o=";
|
||||||
|
|
||||||
subPackages = [
|
subPackages = [
|
||||||
"cmd/tfsec"
|
"cmd/tfsec"
|
||||||
|
|
Loading…
Reference in a new issue