awscli2: 2.8.7 -> 2.8.8

This commit is contained in:
R. Ryantm
2022-11-03 23:27:33 +08:00
committed by Bobby Rong
parent 173e4ebbe2
commit 7e6cc72762
+2 -2
View File
@@ -32,14 +32,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.8.7"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.8.8"; # 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-AFVIHDWgBuM9aGFY7sEvoU6NmSBYQa/dXgz/qW/3rUY=";
sha256 = "sha256-F8FqsLh+KU6YR1BsE1+UPOsLkr7ie10kXCYJS0DfDCQ=";
};
nativeBuildInputs = [