tfsec: 0.39.14 -> 0.39.16

wip/yesman
R. RyanTM 3 years ago committed by tomberek
parent d8dabc2bf8
commit 8c7e6e381c
  1. 4
      pkgs/development/tools/analysis/tfsec/default.nix

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.39.14";
version = "0.39.16";
src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Peq51XN8EEvHWdSL3ngBx74t7V4RUrZa4RpGnvZ0Ml8=";
sha256 = "sha256-5We3Nk/AU5dj37vG4pvqzvNztK01PAPadQV/CgHZe8w=";
};
goPackagePath = "github.com/tfsec/tfsec";

Loading…
Cancel
Save