tfsec: 1.1.5 -> 1.2.1

main
Fabian Affolter 2 years ago
parent 6471f13dea
commit 1d835a7b67
  1. 4
      pkgs/development/tools/analysis/tfsec/default.nix

@ -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";

Loading…
Cancel
Save