Unverified Commit be792504 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #253935 from aaronjheng/tfsec

tfsec: 1.28.1 -> 1.28.2
parents bf2b51ad bf68b20e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "tfsec";
  version = "1.28.1";
  version = "1.28.2";

  src = fetchFromGitHub {
    owner = "aquasecurity";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-44DN3lV9BLBFr6kkD3IcamQg+t+xUqqao83f0nBKZvI=";
    hash = "sha256-N1BL0DHppHyfxHQT98y3rtvyCArq/bcbDIiB0NxCsJA=";
  };

  ldflags = [
@@ -22,7 +22,7 @@ buildGoModule rec {
    # "-extldflags '-fno-PIC -static'"
  ];

  vendorSha256 = "sha256-NQUDeNAWSWcIoSZjdbaFQTB3nMFGbLZLUDNFHMk6Enw=";
  vendorHash = "sha256-7OTMJhW1Q1z/TOFa4oRCEIPF0cN8gZLdaQglqszXHdw=";

  subPackages = [
    "cmd/tfsec"