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

Merge pull request #305310 from r-ryantm/auto-update/copilot-cli

copilot-cli: 1.33.2 -> 1.33.3
parents 5fd470c8 a8ad3acc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "copilot-cli";
  version = "1.33.2";
  version = "1.33.3";

  src = fetchFromGitHub {
    owner = "aws";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-+1ri9l6ngNIMFYg+n0wDluqZ6/Zl3it4yPOBglk/0JU=";
    hash = "sha256-WPPEox4NKFsVUpLkXawCK2QFwW1BAFaxQ85elvrneHo=";
  };

  vendorHash = "sha256-HoiBg32L+aRsdDXFOvwZFURV2RttLIGuOOjB8lcYGXU=";
  vendorHash = "sha256-tVZ8TxJ77Qy+wn+O0otjZ6/VoKkav4OhNKWcrLhudgU=";

  nativeBuildInputs = [ installShellFiles ];