Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

copilot-cli: 1.31.0 -> 1.32.0

authored by Mario Rodas and committed by GitHub 0b7787b4 69a02d45

+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.31.0"; 5 + version = "1.32.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "aws"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-9+K1d35wghK/j4hp7tGRDvj/5s3wiwj/++wovUf6n4Q="; 11 + hash = "sha256-w63mNGDUc5YrlBrqsXRyy4SPC35kNKWhiHe6Sfc30tI="; 12 12 }; 13 13 14 - vendorHash = "sha256-qV2uZX2In+NYpzlQRuTfRtmWhozYwviVaFxMC+4kf7I="; 14 + vendorHash = "sha256-8hZFsYMZQ8RxImEG2t0kfukbRjAJMEDSYF+ryLOZelc="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17