tfsec: 0.39.6 -> 0.39.8
This commit is contained in:
parent
5b3290333a
commit
02b300fa32
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "tfsec";
|
pname = "tfsec";
|
||||||
version = "0.39.6";
|
version = "0.39.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tfsec";
|
owner = "tfsec";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-2P+/y3iP/eMGGc0W1lHWWxO+uMy5gvlvjKzZ/8maJ9o=";
|
sha256 = "sha256-7LC7QT92Ecva/uQPwYEfbLQUpIesxa8pXrauMxIwZ98=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/tfsec/tfsec";
|
goPackagePath = "github.com/tfsec/tfsec";
|
||||||
|
|
Loading…
Reference in a new issue