Skip to content

Commit

Permalink
Merge pull request #238031 from r-ryantm/auto-update/awscli2
Browse files Browse the repository at this point in the history
awscli2: 2.11.27 -> 2.12.0
  • Loading branch information
marsam authored Jun 17, 2023
2 parents afa15f8 + 98682ee commit 7cc30fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/awscli2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.11.27"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.12.0"; # N.B: if you change this, check if overrides are still up-to-date
format = "pyproject";

src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = version;
hash = "sha256-GjnNW5VaWLz8QXIdYZJC0oho3K2Cu//cAgnwQ6lBbTQ=";
hash = "sha256-sT8GTw+HusR98NzdjNSvmAn5JoS5z3HaIljbswRLunk=";
};

postPatch = ''
Expand Down

0 comments on commit 7cc30fd

Please sign in to comment.