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

tfsec: 0.37.3 -> 0.38.1
This commit is contained in:
Mario Rodas
2021-02-11 20:01:51 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.37.3";
version = "0.38.1";
src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-36yiX/uTqjiG+ZdQUQGPiLxSxIXE6ThH/LMqBGnm1d8=";
sha256 = "sha256-ezTmtKR6ng3fuVJzLP81o0aoaqu3XPUMF0BIKFCwXdw=";
};
goPackagePath = "github.com/tfsec/tfsec";