Merge pull request #129754 from fabaff/bump-tfsec

tfsec: 0.41.0 -> 0.45.3

authored by

Mario Rodas and committed by
GitHub
f88fc7a0 98c7fe13

+2 -2
+2 -2
pkgs/development/tools/analysis/tfsec/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 pname = "tfsec"; 5 - version = "0.41.0"; 5 + version = "0.45.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tfsec"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-MK5cWRPGty7S4pkRZJRZF5qitoPM3im8JJW2J3yQqFo="; 11 + sha256 = "sha256-I0TOddYO++tw26gS/h15FSATqCjdQfQXVYSTkV+r5HM="; 12 12 }; 13 13 14 14 goPackagePath = "github.com/tfsec/tfsec";