Merge pull request #115643 from r-ryantm/auto-update/tfsec

tfsec: 0.38.4 -> 0.39.5
This commit is contained in:
Mario Rodas 2021-03-09 18:51:37 -05:00 committed by GitHub
commit cc86fe9e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.38.4";
version = "0.39.5";
src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BWWW54AXj/aV+Yar0EVZPl9fN2l29SgzpRDin1Y76BA=";
sha256 = "sha256-RDvwZyltPD21CQwZISOrLPVgQeRmPQc6/yssptS4XMw=";
};
goPackagePath = "github.com/tfsec/tfsec";