lol

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

copilot-cli: 1.22.0 -> 1.22.1

authored by

Jonas Heinrich and committed by
GitHub
3dc69df0 ba187fbd

+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.0"; 5 + version = "1.22.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "aws"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ApIEMUit0iVwVGq48qPhQG+i4+HCCwPmiH/QQOdZNjs="; 11 + sha256 = "sha256-Jm4UTwWuqbtckIoXD7YVQk2MQlvzdfRbLW7YA+CmhDE="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-GKGMM5oFfEuXS1utbmIcH/5COqfNrSUzthLQSUxSkbo="; 14 + vendorSha256 = "sha256-MOFPuxn6LwPUw0A14OXhZefAgvtm+9qcDTR3kfwCtjQ="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17