tfsec: 0.58.14 -> 0.58.15

This commit is contained in:
Fabian Affolter 2021-11-03 19:06:53 +01:00
parent dec4cce188
commit 3fefb905b2

View file

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.58.14";
version = "0.58.15";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NbuhZkU3QYoqeVVh7/G6P+IeixuakD0+7QXU6YC1VN4=";
sha256 = "102f984x6hpfjcshqd6s26c0lxjyr8rq6q4bwh9ymvrsxsylj3ng";
};
goPackagePath = "github.com/aquasecurity/tfsec";