Merge pull request #147526 from fabaff/bump-tfsec

tfsec: 0.60.1 -> 0.61.0
This commit is contained in:
Fabian Affolter 2021-11-26 23:08:17 +01:00 committed by GitHub
commit 01b54f1ba6
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.1";
version = "0.61.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JbEqoPuvfG6SwG+uGsV5vy+d+cs/VoGCntq8oU48+y8=";
sha256 = "sha256-O0p7RMZ+JjLMpOQFLNA1LPR56DKcOa/q2vClx16iQNI=";
};
goPackagePath = "github.com/aquasecurity/tfsec";