ansible_2_9: 2.9.12 -> 2.9.21

This commit is contained in:
Martin Weinelt 2021-05-12 04:48:07 +02:00 committed by Jonathan Ringer
parent 5281ae97c2
commit 7bd5cb5fb2
2 changed files with 3 additions and 2 deletions

View file

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "ansible";
version = "2.9.12";
version = "2.9.21";
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "0c794k0cyl54807sh9in0l942ah6g6wlz5kf3qvy5lhd581zlgyb";
sha256 = "1pfiwq2wfw11vmxdq2yhk86hm5jljlrnphlzfjr01kwzfikkdp5m";
};
prePatch = ''

View file

@ -5,6 +5,7 @@ rec {
ansible_2_10 = python3Packages.toPythonApplication python3Packages.ansible-base;
# End of support 2021/10/02, End of life 2021/12/31
ansible_2_9 = python3Packages.toPythonApplication python3Packages.ansible;
ansible_2_8 = python3Packages.toPythonApplication (python3Packages.ansible.overridePythonAttrs (old: rec {