Merge pull request #180881 from devusb/awscli2-2.7.14

awscli2: 2.7.9 -> 2.7.14

authored by winter.bsky.social and committed by GitHub 32162fac 2e5b0b55

+3 -3
+3 -3
pkgs/tools/admin/awscli2/default.nix
··· 29 29 in 30 30 with py.pkgs; buildPythonApplication rec { 31 31 pname = "awscli2"; 32 - version = "2.7.9"; # N.B: if you change this, check if overrides are still up-to-date 32 + version = "2.7.14"; # N.B: if you change this, check if overrides are still up-to-date 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "aws"; 36 36 repo = "aws-cli"; 37 37 rev = version; 38 - sha256 = "sha256-6JlBgcHpR2ZfrljS+flxaog/KZQLvPUacJGLMQNsZ5Y="; 38 + sha256 = "sha256-ji/hKoYxM3wag9DXy2e/VsJZVGN5UEebWX/ctOVJ42M="; 39 39 }; 40 40 41 41 propagatedBuildInputs = [ ··· 101 101 changelog = "https://github.com/aws/aws-cli/blob/${version}/CHANGELOG.rst"; 102 102 description = "Unified tool to manage your AWS services"; 103 103 license = licenses.asl20; 104 - maintainers = with maintainers; [ bhipple davegallant bryanasdev000 ]; 104 + maintainers = with maintainers; [ bhipple davegallant bryanasdev000 devusb ]; 105 105 }; 106 106 }