Merge pull request #148059 from fabaff/bump-tfsec

tfsec: 0.61.2 -> 0.61.3
This commit is contained in:
Mario Rodas 2021-12-01 00:23:43 -05:00 committed by GitHub
commit 3984e4ef38
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.61.2";
version = "0.61.3";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8wC3IX6BhpCEsj9SiWPpxgboIJsKjMlrIHKqiJbMp+8=";
sha256 = "sha256-hMLUdUZz7IUTldiJQLKwq0AJdpQqTTzuorfzaUR+ao8=";
};
goPackagePath = "github.com/aquasecurity/tfsec";