mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
ansible_2_8: drop
The version went end of life on 2021/01/21.
This commit is contained in:
parent
7bd5cb5fb2
commit
79b32cae23
@ -8,13 +8,5 @@ rec {
|
|||||||
# End of support 2021/10/02, End of life 2021/12/31
|
# End of support 2021/10/02, End of life 2021/12/31
|
||||||
ansible_2_9 = python3Packages.toPythonApplication python3Packages.ansible;
|
ansible_2_9 = python3Packages.toPythonApplication python3Packages.ansible;
|
||||||
|
|
||||||
ansible_2_8 = python3Packages.toPythonApplication (python3Packages.ansible.overridePythonAttrs (old: rec {
|
ansible_2_8 = throw "Ansible 2.8 went end of life on 2021/01/03 and has subsequently been dropped";
|
||||||
pname = "ansible";
|
|
||||||
version = "2.8.14";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
|
|
||||||
sha256 = "19ga0c9qs2b216qjg5k2yknz8ksjn8qskicqspg2d4b8x2nr1294";
|
|
||||||
};
|
|
||||||
}));
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user