3
0
Fork 0
forked from mirrors/nixpkgs

tfsec: 0.58.5 -> 0.58.6

This commit is contained in:
Fabian Affolter 2021-08-30 21:43:10 +02:00
parent 7032ab6d61
commit 0afbe1f28b

View file

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.58.5";
version = "0.58.6";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-awTRECHHNGebzV08Qy2I6rX4eS2z07NZLsQFPoA0UXA=";
sha256 = "sha256-FTrzEVTmMxXshDOvlSmQEwekde621KIclpFm1oEduEo=";
};
goPackagePath = "github.com/aquasecurity/tfsec";