Merge pull request #166847 from fabaff/bump-tfsec

tfsec: 1.15.2 -> 1.15.4
This commit is contained in:
Fabian Affolter 2022-04-01 21:25:19 +02:00 committed by GitHub
commit 8e4266db94
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.15.2";
version = "1.15.4";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nXrWKKHb64HGHttppBveLp45qKLnGvkElqxn8f/cWok=";
sha256 = "sha256-IYmS3Q2WWkOYISx0jI8yggArk0fhl3WQWrsc+Zfg8gU=";
};
ldflags = [