Unverified Commit 90f18356 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

awscli2: 2.28.1 -> 2.30.6 (#439316)

parents f9be5a32 0f3602a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,14 +66,14 @@ let
in
py.pkgs.buildPythonApplication rec {
  pname = "awscli2";
  version = "2.28.1"; # N.B: if you change this, check if overrides are still up-to-date
  version = "2.30.6"; # N.B: if you change this, check if overrides are still up-to-date
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-cli";
    tag = version;
    hash = "sha256-TpyjYnLTBPU83g6/h+BrX4hd4dUbZUvDyJ6m/3v38+A=";
    hash = "sha256-enCI/yGnxf4/VYID/Di0ZhSiGp0ldgIKYmTnklGpjbc=";
  };

  postPatch = ''