tfsec: 0.60.0 -> 0.60.1

This commit is contained in:
Fabian Affolter 2021-11-23 09:23:48 +01:00
parent 5115825c85
commit 1e3ff0d215

View file

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.60.0";
version = "0.60.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LBU2nXpmktjyy3x5cBGsrCM6k+6BEZaoDybHVrIrVBo=";
sha256 = "sha256-JbEqoPuvfG6SwG+uGsV5vy+d+cs/VoGCntq8oU48+y8=";
};
goPackagePath = "github.com/aquasecurity/tfsec";