copilot-cli: 1.22.1 -> 1.23.0

authored by R. Ryantm and committed by Bobby Rong 173e4ebb c084b2d8

+3 -3
+3 -3
pkgs/tools/admin/copilot-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "copilot-cli"; 5 - version = "1.22.1"; 5 + version = "1.23.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "aws"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Jm4UTwWuqbtckIoXD7YVQk2MQlvzdfRbLW7YA+CmhDE="; 11 + sha256 = "sha256-K+OWAZudk/xxKZw0zdsJfMj1jRhzOamBI7wd5ttmaiY="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-MOFPuxn6LwPUw0A14OXhZefAgvtm+9qcDTR3kfwCtjQ="; 14 + vendorSha256 = "sha256-DCjJJZKVDFyZXItWRzBsxb8xLZNDLWI2kAp4KKKn9yA="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17