Skip to content

Commit 8a36010

Browse files
authored
tfsec: 1.28.11 -> 1.28.12 (NixOS#370965)
2 parents f071ef1 + 0a62cac commit 8a36010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tf/tfsec/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "tfsec";
9-
version = "1.28.11";
9+
version = "1.28.12";
1010

1111
src = fetchFromGitHub {
1212
owner = "aquasecurity";
1313
repo = "tfsec";
1414
tag = "v${version}";
15-
hash = "sha256-7e75VdqwjzP+GyTtXqOf1pN+5wEbxNYoUcpsTjwB+0Y=";
15+
hash = "sha256-ul4KKwTWFg5FxmLhyrQAQWfuCoSVDc6eIchbLwpG/xI=";
1616
};
1717

1818
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
2323
# "-extldflags '-fno-PIC -static'"
2424
];
2525

26-
vendorHash = "sha256-Zr6Z9Px1nxkr6fKWINMbp6cESZeZkxnuDPwbV+WX2Oo=";
26+
vendorHash = "sha256-yi124OllfSchKSaj+OlxG/7UQcBLdx8JUlnu/a8MSOU=";
2727

2828
subPackages = [
2929
"cmd/tfsec"

0 commit comments

Comments
 (0)