Unverified Commit 0b9a77fc authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

tbls: 1.85.5 -> 1.86.0 (#421489)

parents 884a7f44 0fb5107f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule rec {
  pname = "tbls";
  version = "1.85.5";
  version = "1.86.0";

  src = fetchFromGitHub {
    owner = "k1LoW";
    repo = "tbls";
    tag = "v${version}";
    hash = "sha256-djIGgZ5qehrkQZlxe2+3XzRb5FfewZVcquYiitGfFdo=";
    hash = "sha256-vV7eAjPrPlNNw+rLyrMe9G1KzVvtyFIOSrb+BrK3l00=";
  };

  vendorHash = "sha256-9IvnIFOlLdqmntisNomO5K6PU8gw7CSuEb46zG5ox2A=";