Merge pull request #146669 from fabaff/bump-tfsec

This commit is contained in:
Sandro 2021-11-19 21:57:06 +01:00 committed by GitHub
commit e95cf601a3
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.59.0";
version = "0.60.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-j/JHHkS4mIuDv76HtIFbrf2VRqGINyB9OODaM+fJsJc=";
sha256 = "sha256-LBU2nXpmktjyy3x5cBGsrCM6k+6BEZaoDybHVrIrVBo=";
};
goPackagePath = "github.com/aquasecurity/tfsec";