awscli2: 2.27.49 -> 2.27.50 (#425522)

Co-authored-by: devusb <devusb@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] devusb and committed by GitHub 68b9308b 2569d923

+2 -2
+2 -2
pkgs/by-name/aw/awscli2/package.nix
··· 65 65 in 66 66 py.pkgs.buildPythonApplication rec { 67 67 pname = "awscli2"; 68 - version = "2.27.49"; # N.B: if you change this, check if overrides are still up-to-date 68 + version = "2.27.50"; # N.B: if you change this, check if overrides are still up-to-date 69 69 pyproject = true; 70 70 71 71 src = fetchFromGitHub { 72 72 owner = "aws"; 73 73 repo = "aws-cli"; 74 74 tag = version; 75 - hash = "sha256-fg4UMAsylJJ0Xy8s84Qr7OdiFrzMIP9RsAH+pYDThrU="; 75 + hash = "sha256-ITiZ144YFhwuRcfhulLF0jxpp1OgznEE8frx4Yn4V+A="; 76 76 }; 77 77 78 78 postPatch = ''