Merge pull request #158128 from r-ryantm/auto-update/tfsec

tfsec: 0.63.1 -> 1.0.11
This commit is contained in:
Mario Rodas 2022-02-05 12:20:32 -05:00 committed by GitHub
commit 3ec88f7f43
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.63.1";
version = "1.0.11";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-khAVb+uwr3qyAWjvMjPG//+FKQJ9qoVwmhsej++IQhs=";
sha256 = "sha256-YdoEPU0qXBJ6kD9mWNFxdeQE9e4vkrtVdEOcuFVDpOk=";
};
goPackagePath = "github.com/aquasecurity/tfsec";