Merge pull request #160579 from fabaff/bump-tfsec

tfsec: 1.1.5 -> 1.2.1
This commit is contained in:
Mario Rodas
2022-02-19 12:02:28 -05:00
committed by GitHub
@@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "1.1.5";
version = "1.2.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-33NrUav+JljP4keivnVirP7uWojD91cPb+uvOyQDKqs=";
sha256 = "sha256-KIS2o2pLus5aohRYsabWRxZs4KfYM6PXSNp0JZhhlZk=";
};
goPackagePath = "github.com/aquasecurity/tfsec";