Merge pull request #129754 from fabaff/bump-tfsec

tfsec: 0.41.0 -> 0.45.3
This commit is contained in:
Mario Rodas 2021-07-09 21:14:31 -05:00 committed by GitHub
commit f88fc7a042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.41.0";
version = "0.45.3";
src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MK5cWRPGty7S4pkRZJRZF5qitoPM3im8JJW2J3yQqFo=";
sha256 = "sha256-I0TOddYO++tw26gS/h15FSATqCjdQfQXVYSTkV+r5HM=";
};
goPackagePath = "github.com/tfsec/tfsec";