Unverified Commit e632a55d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #244098 from r-ryantm/auto-update/tbls

tbls: 1.68.0 -> 1.68.1
parents 461a069c 5ea3d52b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule rec {
  pname = "tbls";
  version = "1.68.0";
  version = "1.68.1";

  src = fetchFromGitHub {
    owner = "k1LoW";
    repo = "tbls";
    rev = "v${version}";
    hash = "sha256-qFPTDyljSKWim8sZbDM5OZ4sHL4csqXxit4UdMnOTxs=";
    hash = "sha256-z5tDPXz6Z6oPzWIp4gapNLwm+0VrwCGNIXsFu94Zn08=";
  };

  vendorHash = "sha256-Xxoe+8MKwZPPapTILHAIegGPBn8vaAjU5bZrd8RvazE=";
  vendorHash = "sha256-V6TF7Q+9XxBeSVXlotu8tUrNCWDr80BZsQcVSBGikl8=";

  CGO_CFLAGS = [ "-Wno-format-security" ];