tfsec: 0.39.8 -> 0.39.10

This commit is contained in:
R. RyanTM 2021-03-19 23:08:52 +00:00 committed by tomberek
parent d57382e5ce
commit 562ec6a67f

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.39.8";
version = "0.39.10";
src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7LC7QT92Ecva/uQPwYEfbLQUpIesxa8pXrauMxIwZ98=";
sha256 = "sha256-T2soogk5KcNSeluNyJ4b2GjLkvauvvznaLSMQVgVZgI=";
};
goPackagePath = "github.com/tfsec/tfsec";