Merge pull request #281526 from fabaff/tfsec-bump

tfsec: 1.28.4 -> 1.28.5
This commit is contained in:
Nick Cao 2024-01-17 10:57:55 -05:00 committed by GitHub
commit 1a276f6c55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tfsec";
version = "1.28.4";
version = "1.28.5";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "tfsec";
rev = "refs/tags/v${version}";
hash = "sha256-WMmRCjKBtPT45it6iUQh5D7TBc8glt+dppksBvDhTN4=";
hash = "sha256-zMOAXuMOuWzV5uqzNvw+2DiEA9o/80v7DW5KDhoT/fg=";
};
ldflags = [
@ -22,7 +22,7 @@ buildGoModule rec {
# "-extldflags '-fno-PIC -static'"
];
vendorHash = "sha256-7OTMJhW1Q1z/TOFa4oRCEIPF0cN8gZLdaQglqszXHdw=";
vendorHash = "sha256-nBjlsDFjkqwFBwNnGk8WC+XM5xBuopyrloPlQyOReuY=";
subPackages = [
"cmd/tfsec"