Merge pull request #147101 from fabaff/bump-tfsec

tfsec: 0.60.0 -> 0.60.1
This commit is contained in:
Fabian Affolter 2021-11-23 12:56:03 +01:00 committed by GitHub
commit 029785a317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.60.0";
version = "0.60.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LBU2nXpmktjyy3x5cBGsrCM6k+6BEZaoDybHVrIrVBo=";
sha256 = "sha256-JbEqoPuvfG6SwG+uGsV5vy+d+cs/VoGCntq8oU48+y8=";
};
goPackagePath = "github.com/aquasecurity/tfsec";