mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
awscli2: 2.17.56 -> 2.17.64 (#346014)
This commit is contained in:
commit
b8a5117271
1 changed files with 2 additions and 2 deletions
|
@ -62,14 +62,14 @@ let
|
||||||
in
|
in
|
||||||
py.pkgs.buildPythonApplication rec {
|
py.pkgs.buildPythonApplication rec {
|
||||||
pname = "awscli2";
|
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;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-cli";
|
repo = "aws-cli";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-h82g99+3TsMa5yyzt7A1q3m2vO34rJlhmOlXx6jqmUk=";
|
hash = "sha256-Hq86KhAIATSz3dF1zO6aSdZQAfLs4EcRqWglAOJUVGk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ];
|
patches = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue