Skip to content

Commit

Permalink
Merge pull request NixOS#330602 from r-ryantm/auto-update/awscli2
Browse files Browse the repository at this point in the history
awscli2: 2.17.13 -> 2.17.18
  • Loading branch information
nixpkgs-merge-bot[bot] authored Aug 5, 2024
2 parents f06a5d1 + 8690f87 commit bc44933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/aw/awscli2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "awscli2";
version = "2.17.13"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.17.18"; # N.B: if you change this, check if overrides are still up-to-date
pyproject = true;

src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = "refs/tags/${version}";
hash = "sha256-hnD+2NE7gqbe99UQmRlHoPGdWZj0o2Buvk3kRR15tgI=";
hash = "sha256-HxFtMFeGR6XAMsP5LM0tvJ/ECWVpveIhWRTKvf8uYA0=";
};

postPatch = ''
Expand Down

0 comments on commit bc44933

Please sign in to comment.