awscli2: 2.9.1 -> 2.9.4

This commit is contained in:
R. Ryantm
2022-12-04 18:04:12 +08:00
committed by Bobby Rong
parent 7d653d402b
commit 7f44cba24f
+2 -2
View File
@@ -34,14 +34,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.9.1"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.9.4"; # 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-VK/82U+yb1KuIaAm9XuSZF55zIxvsYcIfNqVrzC6FOs=";
sha256 = "sha256-zmyn9hotkePRap9qVzAZi1u4YuiT+Qt+IDh7TD0Yq9A=";
};
nativeBuildInputs = [