awscli2: 2.7.9 -> 2.7.14

This commit is contained in:
Morgan Helton 2022-07-18 05:24:10 -05:00
parent 757334cba2
commit d7dc8c6b6c

View file

@ -29,13 +29,13 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.7.9"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.7.14"; # N.B: if you change this, check if overrides are still up-to-date
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = version;
sha256 = "sha256-6JlBgcHpR2ZfrljS+flxaog/KZQLvPUacJGLMQNsZ5Y=";
sha256 = "sha256-ji/hKoYxM3wag9DXy2e/VsJZVGN5UEebWX/ctOVJ42M=";
};
propagatedBuildInputs = [