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

tfsec: 0.37.1 -> 0.37.3
This commit is contained in:
Mario Rodas
2021-02-06 22:08:45 -05:00
committed by GitHub

View File

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