Skip to content

Commit

Permalink
Merge pull request #116656 from r-ryantm/auto-update/tfsec
Browse files Browse the repository at this point in the history
tfsec: 0.39.6 -> 0.39.8
  • Loading branch information
marsam committed Mar 18, 2021
2 parents dd2c618 + 02b300f commit 8398ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/tfsec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "tfsec";
version = "0.39.6";
version = "0.39.8";

src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2P+/y3iP/eMGGc0W1lHWWxO+uMy5gvlvjKzZ/8maJ9o=";
sha256 = "sha256-7LC7QT92Ecva/uQPwYEfbLQUpIesxa8pXrauMxIwZ98=";
};

goPackagePath = "github.com/tfsec/tfsec";
Expand Down

0 comments on commit 8398ff5

Please sign in to comment.