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

awscli2: 2.11.27 -> 2.12.0

authored by Mario Rodas and committed by GitHub 7cc30fd5 afa15f8c

+2 -2
+2 -2
pkgs/tools/admin/awscli2/default.nix
··· 18 18 in 19 19 with py.pkgs; buildPythonApplication rec { 20 20 pname = "awscli2"; 21 - version = "2.11.27"; # N.B: if you change this, check if overrides are still up-to-date 21 + version = "2.12.0"; # N.B: if you change this, check if overrides are still up-to-date 22 22 format = "pyproject"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "aws"; 26 26 repo = "aws-cli"; 27 27 rev = version; 28 - hash = "sha256-GjnNW5VaWLz8QXIdYZJC0oho3K2Cu//cAgnwQ6lBbTQ="; 28 + hash = "sha256-sT8GTw+HusR98NzdjNSvmAn5JoS5z3HaIljbswRLunk="; 29 29 }; 30 30 31 31 postPatch = ''