tfsec: 1.23.3 -> 1.24.0

This commit is contained in:
Fabian Affolter
2022-06-13 23:25:14 +02:00
parent 5ac346bc2d
commit 49eab7a5a5
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tfsec";
version = "1.23.3";
version = "1.24.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7NpnEuvYjffxapVKs9pYiLVWGyUBwFwvz/GVKURa95Y=";
sha256 = "sha256-puH8MoY04OokEcHMn93i/7jBIYbXtYBh2BcBwmBZJVs=";
};
ldflags = [