Merge pull request #198424 from r-ryantm/auto-update/awscli2
awscli2: 2.8.6 -> 2.8.7
This commit is contained in:
commit
f7190e1b83
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ let
|
|||
in
|
||||
with py.pkgs; buildPythonApplication rec {
|
||||
pname = "awscli2";
|
||||
version = "2.8.6"; # N.B: if you change this, check if overrides are still up-to-date
|
||||
version = "2.8.7"; # 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;
|
||||
sha256 = "sha256-bobQru6pI5PTmUPfF5TaUO8kkdn53U7W4OGt3q9o/uE=";
|
||||
sha256 = "sha256-AFVIHDWgBuM9aGFY7sEvoU6NmSBYQa/dXgz/qW/3rUY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue