···24242525buildPythonPackage rec {
2626 pname = "ansible-core";
2727- version = "2.14.2";
2727+ version = "2.15.0";
28282929 src = fetchPypi {
3030 inherit pname version;
3131- hash = "sha256-R/DUtBJbWO26ZDWkfzfL5qGNpUWU0Y+BKVi7DLWNTmU=";
3131+ hash = "sha256-z2kP1Ou0BZDgDFrNwGJHWMpMWNHksrAuwCagNAcOv00=";
3232 };
33333434 # ansible_connection is already wrapped, so don't pass it through
+1
pkgs/top-level/aliases.nix
···8080 amuleGui = throw "amuleGui was renamed to amule-gui"; # Added 2022-02-11
8181 amsn = throw "amsn has been removed due to being unmaintained"; # Added 2020-12-09
8282 angelfish = libsForQt5.kdeGear.angelfish; # Added 2021-10-06
8383+ ansible_2_12 = throw "Ansible 2.12 goes end of life in 2023/05 and can't be supported throughout the 23.05 release cycle"; # Added 2023-05-16
8384 ansible_2_11 = throw "Ansible 2.11 goes end of life in 2022/11 and can't be supported throughout the 22.05 release cycle"; # Added 2022-03-30
8485 ansible_2_10 = throw "Ansible 2.10 went end of life in 2022/05 and has subsequently been dropped"; # Added 2022-03-30
8586 ansible_2_9 = throw "Ansible 2.9 went end of life in 2022/05 and has subsequently been dropped"; # Added 2022-03-30