lol

Merge pull request #214858 from r-ryantm/auto-update/awscli2

awscli2: 2.9.19 -> 2.9.21

authored by

Weijia Wang and committed by
GitHub
11e9c497 30440f9b

+2 -2
+2 -2
pkgs/tools/admin/awscli2/default.nix
··· 25 25 in 26 26 with py.pkgs; buildPythonApplication rec { 27 27 pname = "awscli2"; 28 - version = "2.9.19"; # N.B: if you change this, check if overrides are still up-to-date 28 + version = "2.9.21"; # N.B: if you change this, check if overrides are still up-to-date 29 29 format = "pyproject"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "aws"; 33 33 repo = "aws-cli"; 34 34 rev = version; 35 - hash = "sha256-0Z4jTN9+bsurCYqJcYqG0r0ed3gWG9PDgT5J/+stiPE="; 35 + hash = "sha256-/CMV6eCNm2gF9HhdoTo2TUUy7I4NF9Fb+6l2biGIbkE="; 36 36 }; 37 37 38 38 nativeBuildInputs = [