We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6664a6b commit d518cb0Copy full SHA for d518cb0
1 file changed
pkgs/tools/admin/awscli2/default.nix
@@ -37,14 +37,14 @@ let
37
in
38
with py.pkgs; buildPythonApplication rec {
39
pname = "awscli2";
40
- version = "2.11.2"; # N.B: if you change this, check if overrides are still up-to-date
+ version = "2.11.4"; # N.B: if you change this, check if overrides are still up-to-date
41
format = "pyproject";
42
43
src = fetchFromGitHub {
44
owner = "aws";
45
repo = "aws-cli";
46
rev = version;
47
- hash = "sha256-GFdkE+XClm0L5Y+ZSwMW8gieNoRmNL3K8kVPxpH510k=";
+ hash = "sha256-vue0daG+s7DdIWXZIRS7pjbQKlnxT3xZxGLTmwWWNpQ=";
48
};
49
50
postPatch = ''
0 commit comments