Merge pull request #144504 from fabaff/bump-tfsec

tfsec: 0.58.14 -> 0.58.15

authored by Mario Rodas and committed by GitHub afbac154 4029a7f9

+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.14"; 8 + version = "0.58.15"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "aquasecurity"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-NbuhZkU3QYoqeVVh7/G6P+IeixuakD0+7QXU6YC1VN4="; 14 + sha256 = "102f984x6hpfjcshqd6s26c0lxjyr8rq6q4bwh9ymvrsxsylj3ng"; 15 15 }; 16 16 17 17 goPackagePath = "github.com/aquasecurity/tfsec";