awscli2: 2.8.9 -> 2.8.11

This commit is contained in:
R. Ryantm 2022-11-10 03:17:46 +00:00 committed by Bobby Rong
parent 94cbd05457
commit 2c0c029ae3

View file

@ -32,14 +32,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.8.9"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.8.11"; # 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-7So0zPknO5rIiWY7o82HXl+Iw2+fQmhYvrfrFMCDdDE=";
sha256 = "sha256-E4O4DEdPwfIt+XOiCF2gLZILYTfZ4BhXMUgKggtsoCc=";
};
nativeBuildInputs = [