tfsec: 1.13.2 -> 1.14.0

This commit is contained in:
Fabian Affolter 2022-03-27 13:44:17 +02:00
parent d0f89b148b
commit 30877520d6

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tfsec";
version = "1.13.2";
version = "1.14.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ixiuAm1MCLS7daUwiFUPoO86YOoz9qEkQT5i/YlIdf0=";
sha256 = "sha256-+jaxXehRhWbx5Wk38JbCEJa0SthM+I8y/OzjAlg9vq4=";
};
ldflags = [
@ -21,7 +21,7 @@ buildGoModule rec {
# "-extldflags '-fno-PIC -static'"
];
vendorSha256 = "sha256-WlZJvBIdJCMA+GJ0svEzwqrdPz2wnlJx/csVarjyExw=";
vendorSha256 = "sha256-veEWr767TuvnWoR8eAKrd8dWnSJ0uGo0dOvubBu2rJo=";
subPackages = [
"cmd/tfsec"