Skip to content

Commit

Permalink
Merge pull request #210514 from r-ryantm/auto-update/awscli2
Browse files Browse the repository at this point in the history
awscli2: 2.9.13 -> 2.9.15
  • Loading branch information
bhipple authored Jan 21, 2023
2 parents f80c4bc + eadb695 commit 10ac798
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 @@ -25,14 +25,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.9.13"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.9.15"; # 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-XI2cgyqdy1e/+khyu1QPwekkGRAZLn10yfHO3J528IA=";
hash = "sha256-yOqxz6ZsBV7iNKjG3NlV8SUHaezlchiUx8RRShRU6xo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 10ac798

Please sign in to comment.