tfsec: 1.1.5 -> 1.2.1

This commit is contained in:
Fabian Affolter
2022-02-18 08:51:51 +01:00
parent 6471f13dea
commit 1d835a7b67
@@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "1.1.5";
version = "1.2.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-33NrUav+JljP4keivnVirP7uWojD91cPb+uvOyQDKqs=";
sha256 = "sha256-KIS2o2pLus5aohRYsabWRxZs4KfYM6PXSNp0JZhhlZk=";
};
goPackagePath = "github.com/aquasecurity/tfsec";