Skip to content

Commit

Permalink
tfsec: 1.27.3 -> 1.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 23, 2022
1 parent e6b00ee commit 463e7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/tfsec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

buildGoModule rec {
pname = "tfsec";
version = "1.27.3";
version = "1.27.4";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-hBOXNxqVd4xE850K7KKnmKLDNUEnZmlOjuLREPrvw20=";
hash = "sha256-0sW5I/oCPIXxc0F76P0iQwHkKbiNKPdyt0+luyHVAE0=";
};

ldflags = [
Expand All @@ -22,7 +22,7 @@ buildGoModule rec {
# "-extldflags '-fno-PIC -static'"
];

vendorSha256 = "sha256-fX2LVxXF2QCwiIGPJts+wvTcYBG2Ajbs98tyfgId9/8=";
vendorSha256 = "sha256-DDYM0UGw/1hLtsSjZL4ALnd1FHxcGtfX27m8vlZBQrA=";

subPackages = [
"cmd/tfsec"
Expand Down

0 comments on commit 463e7ab

Please sign in to comment.