Merge pull request #116214 from r-ryantm/auto-update/tfsec
tfsec: 0.39.5 -> 0.39.6
This commit is contained in:
commit
891636cf25
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "tfsec";
|
pname = "tfsec";
|
||||||
version = "0.39.5";
|
version = "0.39.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tfsec";
|
owner = "tfsec";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-RDvwZyltPD21CQwZISOrLPVgQeRmPQc6/yssptS4XMw=";
|
sha256 = "sha256-2P+/y3iP/eMGGc0W1lHWWxO+uMy5gvlvjKzZ/8maJ9o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/tfsec/tfsec";
|
goPackagePath = "github.com/tfsec/tfsec";
|
||||||
|
Loading…
Reference in New Issue
Block a user