Unverified Commit 6826f109 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

temporal-cli: tctl-next: 0.12.0 -> 0.13.0

parent d913a66f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@ let

  tctl-next = buildGoModule rec {
    pname = "tctl-next";
    version = "0.12.0";
    version = "0.13.0";

    src = fetchFromGitHub {
      owner = "temporalio";
      repo = "cli";
      rev = "v${version}";
      hash = "sha256-rqwDubKNBvtJ4rTQheCoSIcbfQZQN3iD99PcZewmx5c=";
      hash = "sha256-2zk+B+GomLZwep5LNRpWJj8JjFC0OxAl1XhAv+8b2kc=";
    };

    vendorHash = "sha256-bnmlh11gtNdgcrI20gjNqxWB+OQTv0b9lgETucoBaXc=";
    vendorHash = "sha256-NLteuVOswIw2ModdE0Ak4XmApkHLoYDt6SDAZGsgwBk=";

    inherit overrideModAttrs;