Skip to content

Commit

Permalink
Merge pull request #235109 from r-ryantm/auto-update/copilot-cli
Browse files Browse the repository at this point in the history
copilot-cli: 1.27.0 -> 1.28.0
  • Loading branch information
figsoda authored May 31, 2023
2 parents 7e82061 + 9c5f1f1 commit 46893a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/copilot-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "copilot-cli";
version = "1.27.0";
version = "1.28.0";

src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Py45QkivjwVNQqKX5/j4YUO+gpVYfXI7elD9YSlrmak=";
sha256 = "sha256-KrgPHdYR0kYwyNhO2EwIO00Xnjy0MmrzHb5LDmbrgB0=";
};

vendorHash = "sha256-ali7zvLLLB5kQCU9r2o/dO0g5CQxv/kVVz3iJ56fqYY=";
vendorHash = "sha256-1YOx7tqPJwCZlJSAG9o+STKRAIR72dptvTOpa9rRt3A=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 46893a3

Please sign in to comment.