tfsec: 0.38.2 -> 0.38.3

https://github.com/tfsec/tfsec/releases/tag/v0.38.3
This commit is contained in:
Mario Rodas 2021-02-14 08:29:07 +00:00
parent 863e300e39
commit 6689c39fb6

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.38.2";
version = "0.38.3";
src = fetchFromGitHub {
owner = "tfsec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jHmAA3yVtEChrqQ62S9hcSavoLXKc2hJOCDuet/FTzQ=";
sha256 = "0vw62cagggqpv3q68ypz3wykhyghz6dzl59hxsahy8lr9b1npy8a";
};
goPackagePath = "github.com/tfsec/tfsec";