Skip to content

Commit

Permalink
tfsec: 1.27.6 -> 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 21, 2022
1 parent 55ebfc5 commit 1dbdb42
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.6";
version = "1.28.0";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-dQ0Hx98MZTHBUrttJqjXu98OWLBoN071NGr9leLQbBs=";
hash = "sha256-j+Q92DUqb06w1aDBX4T+4btN5YrizbIWln8fqRrk1hw=";
};

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

vendorSha256 = "sha256-QwMoieziiQsD22qrjHJA+Yjar+wrwx1/37PaS3ghUiU=";
vendorSha256 = "sha256-Avwr7A2X68sZgXUGl+Pgci+QtG9tsZMsyYkVeC4p2oQ=";

subPackages = [
"cmd/tfsec"
Expand Down

0 comments on commit 1dbdb42

Please sign in to comment.