tfsec: 0.48.2 -> 0.48.7

wip/nixpkgs-raku
Fabian Affolter 3 years ago
parent 6fb85f6a03
commit 8e99c94af3
  1. 4
      pkgs/development/tools/analysis/tfsec/default.nix

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.48.2";
version = "0.48.7";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZJHm+shCbyM2cyLW5ZgrqLMwnnvp7IOHI5+Ta2gdaNQ=";
sha256 = "sha256-8OOi2YWxn50iXdH5rqxZ2/qIlS6JX/7P3HMaPpnBH6I=";
};
goPackagePath = "github.com/aquasecurity/tfsec";

Loading…
Cancel
Save