Commit f9bd4403 authored by R. RyanTM's avatar R. RyanTM
Browse files

tfsec: 1.28.5 -> 1.28.6

parent 4a5f7093
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.5";
  version = "1.28.6";

  src = fetchFromGitHub {
    owner = "aquasecurity";
    repo = "tfsec";
    rev = "refs/tags/v${version}";
    hash = "sha256-zMOAXuMOuWzV5uqzNvw+2DiEA9o/80v7DW5KDhoT/fg=";
    hash = "sha256-Dc6eXw1qGr2KxRoG3Odfa07s2SYdnxVbJHeVQdETBIs=";
  };

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

  vendorHash = "sha256-nBjlsDFjkqwFBwNnGk8WC+XM5xBuopyrloPlQyOReuY=";
  vendorHash = "sha256-RxsoTNj/V1UgcMq7vbjGlkJCMEVyvfmSz2IPncs53hY=";

  subPackages = [
    "cmd/tfsec"