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

copilot-cli: 1.33.1 -> 1.33.2
This commit is contained in:
Pol Dellaiera
2024-03-22 06:15:55 +01:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "copilot-cli";
version = "1.33.1";
version = "1.33.2";
src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
hash = "sha256-/xuS5tJBV67gXGHQ93FpMXMLXnhAgnicQnKx/pnwyAM=";
hash = "sha256-+1ri9l6ngNIMFYg+n0wDluqZ6/Zl3it4yPOBglk/0JU=";
};
vendorHash = "sha256-ekAuvvLxk9cwIuElosc6QbsW7+3f/mO8vsA74DA82D0=";
vendorHash = "sha256-HoiBg32L+aRsdDXFOvwZFURV2RttLIGuOOjB8lcYGXU=";
nativeBuildInputs = [ installShellFiles ];