tfsec: 0.60.0 -> 0.60.1

main
Fabian Affolter 3 years ago
parent 5115825c85
commit 1e3ff0d215
  1. 4
      pkgs/development/tools/analysis/tfsec/default.nix

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

Loading…
Cancel
Save