ansible_2_13: remove

This commit is contained in:
natsukium 2023-12-30 21:38:01 +09:00
parent 9a9c192d74
commit 5ea284d4f4
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
2 changed files with 1 additions and 7 deletions

View File

@ -70,6 +70,7 @@ mapAliases ({
amtk = throw "amtk has been renamed to libgedit-amtk and is now maintained by Gedit Technology"; # Added 2023-12-31
angelfish = libsForQt5.kdeGear.angelfish; # Added 2021-10-06
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
ansible_2_13 = throw "Ansible 2.13 goes end of life in 2023/11"; # Added 2023-12-30
apacheAnt_1_9 = throw "Ant 1.9 has been removed since it's not used in nixpkgs anymore"; # Added 2023-11-12
antimicroX = antimicrox; # Added 2021-10-31
arcanPackages = throw "arcanPackages was removed and its sub-attributes were promoted to top-level"; # Added 2023-11-26

View File

@ -18275,13 +18275,6 @@ with pkgs;
hash = "sha256-ThuzNPDDImq0jFme/knNX+A/JdRVi8BsJ0reK6PiV2o=";
};
}));
ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.13.10";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-1LQKSq+GDe9sLJ6K1SAfhoPj59fY4hRjxtWepPixLfc=";
};
}));
ansible-doctor = callPackage ../tools/admin/ansible/doctor.nix { };