Merge pull request #140198 from fabaff/bump-tfsec

tfsec: 0.58.11 -> 0.58.12

authored by Mario Rodas and committed by GitHub deb39cdb a0d0c597

+2 -2
+2 -2
pkgs/development/tools/analysis/tfsec/default.nix
··· 5 5 6 6 buildGoPackage rec { 7 7 pname = "tfsec"; 8 - version = "0.58.11"; 8 + version = "0.58.12"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "aquasecurity"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-IapWH7bkjrFmdkGHUHROECmfF3su4HtJJ8Ii5a4GSRg="; 14 + sha256 = "sha256-+djNbTr4TBo3KJ2skQysfrhVp9Q+HuaeB1UCzASB1+w="; 15 15 }; 16 16 17 17 goPackagePath = "github.com/aquasecurity/tfsec";