mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
tfsec: 1.26.0 -> 1.26.2
This commit is contained in:
parent
0e167167a0
commit
8508c78502
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "tfsec";
|
pname = "tfsec";
|
||||||
version = "1.26.0";
|
version = "1.26.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-IYrLf2StBzIIl6xhN0gbgKGeopetuAko+kXjvlXAsBg=";
|
hash = "sha256-ogUFAKik8Ksf+3CncfL086GPiY+x3Kx7/4bCYQjGTXg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
@ -22,7 +22,7 @@ buildGoModule rec {
|
|||||||
# "-extldflags '-fno-PIC -static'"
|
# "-extldflags '-fno-PIC -static'"
|
||||||
];
|
];
|
||||||
|
|
||||||
vendorSha256 = "sha256-AayEYoybJGWdRES73wlf7pLpMukBbuxtaOU/RT9ObkI=";
|
vendorSha256 = "sha256-uuQZIrAuF+E0Sd+PSjZszQU1pqVDdBUtEsk9w7dzTAE=";
|
||||||
|
|
||||||
subPackages = [
|
subPackages = [
|
||||||
"cmd/tfsec"
|
"cmd/tfsec"
|
||||||
|
Loading…
Reference in New Issue
Block a user