Unverified Commit 0b7787b4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

copilot-cli: 1.31.0 -> 1.32.0
parents 69a02d45 c523bdc9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "copilot-cli";
  version = "1.31.0";
  version = "1.32.0";

  src = fetchFromGitHub {
    owner = "aws";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-9+K1d35wghK/j4hp7tGRDvj/5s3wiwj/++wovUf6n4Q=";
    hash = "sha256-w63mNGDUc5YrlBrqsXRyy4SPC35kNKWhiHe6Sfc30tI=";
  };

  vendorHash = "sha256-qV2uZX2In+NYpzlQRuTfRtmWhozYwviVaFxMC+4kf7I=";
  vendorHash = "sha256-8hZFsYMZQ8RxImEG2t0kfukbRjAJMEDSYF+ryLOZelc=";

  nativeBuildInputs = [ installShellFiles ];