awscli2: 2.17.56 -> 2.17.64
This commit is contained in:
parent
28635028aa
commit
b407b8255f
@ -62,14 +62,14 @@ let
|
||||
in
|
||||
py.pkgs.buildPythonApplication rec {
|
||||
pname = "awscli2";
|
||||
version = "2.17.56"; # N.B: if you change this, check if overrides are still up-to-date
|
||||
version = "2.17.64"; # N.B: if you change this, check if overrides are still up-to-date
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = "aws-cli";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-h82g99+3TsMa5yyzt7A1q3m2vO34rJlhmOlXx6jqmUk=";
|
||||
hash = "sha256-Hq86KhAIATSz3dF1zO6aSdZQAfLs4EcRqWglAOJUVGk=";
|
||||
};
|
||||
|
||||
patches = [ ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user