tfsec: 0.58.11 -> 0.58.12

This commit is contained in:
Fabian Affolter 2021-10-01 21:56:37 +02:00
parent 2415e9a70e
commit 90883906aa

View File

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.58.11";
version = "0.58.12";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IapWH7bkjrFmdkGHUHROECmfF3su4HtJJ8Ii5a4GSRg=";
sha256 = "sha256-+djNbTr4TBo3KJ2skQysfrhVp9Q+HuaeB1UCzASB1+w=";
};
goPackagePath = "github.com/aquasecurity/tfsec";