Merge pull request #177565 from fabaff/tfsec-bump

tfsec: 1.23.3 -> 1.24.0
This commit is contained in:
Mario Rodas 2022-06-14 00:07:03 -05:00 committed by GitHub
commit cffcde90bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tfsec";
version = "1.23.3";
version = "1.24.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7NpnEuvYjffxapVKs9pYiLVWGyUBwFwvz/GVKURa95Y=";
sha256 = "sha256-puH8MoY04OokEcHMn93i/7jBIYbXtYBh2BcBwmBZJVs=";
};
ldflags = [