Merge pull request #252634 from kirillrdy/awsebcli

awsebcli: 3.20.7 -> 3.20.9

authored by OTABI Tomoya and committed by GitHub 5f287352 b3dacf0b

+2 -2
+2 -2
pkgs/tools/virtualization/awsebcli/default.nix
··· 23 in 24 with localPython.pkgs; buildPythonApplication rec { 25 pname = "awsebcli"; 26 - version = "3.20.7"; 27 format = "setuptools"; 28 29 src = fetchFromGitHub { 30 owner = "aws"; 31 repo = "aws-elastic-beanstalk-cli"; 32 rev = "refs/tags/${version}"; 33 - hash = "sha256-DxjoEkFnY4aSfxVKPpnJLmnjLtZnlM74XXd0K8mcdoY="; 34 }; 35 36 postPatch = ''
··· 23 in 24 with localPython.pkgs; buildPythonApplication rec { 25 pname = "awsebcli"; 26 + version = "3.20.9"; 27 format = "setuptools"; 28 29 src = fetchFromGitHub { 30 owner = "aws"; 31 repo = "aws-elastic-beanstalk-cli"; 32 rev = "refs/tags/${version}"; 33 + hash = "sha256-tnBDEeR+SCHb9UT3pTO7ISm4TVICvVfrV5cfz/60YQY="; 34 }; 35 36 postPatch = ''