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

awscli2: 2.9.8 -> 2.9.10

authored by markuskowa and committed by GitHub 408eea55 64160268

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