awscli2: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm 2022-11-25 05:37:30 +00:00 committed by Bobby Rong
parent ac8be8eadb
commit f83b30ae39

View file

@ -34,14 +34,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.9.0"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.9.1"; # 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-kPMoGOn6ws4DjA9fR9gci7vHPIqOSsgMXa1wCiwN8yU=";
sha256 = "sha256-VK/82U+yb1KuIaAm9XuSZF55zIxvsYcIfNqVrzC6FOs=";
};
nativeBuildInputs = [