tfsec: 0.58.4 -> 0.58.5

This commit is contained in:
Fabian Affolter 2021-08-28 09:48:57 +02:00
parent b769bd2b01
commit 4e04f84aac

View File

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