Merge pull request #287885 from LeSuisse/ansible-2.15.9

ansible_2_15: 2.15.5 -> 2.15.9
This commit is contained in:
Robert Scott 2024-02-12 21:21:08 +00:00 committed by GitHub
commit 9e30176ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18183,10 +18183,10 @@ with pkgs;
ansible = ansible_2_16;
ansible_2_16 = python3Packages.toPythonApplication python3Packages.ansible-core;
ansible_2_15 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.15.5";
version = "2.15.9";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-jMU5y41DSa8//ZAccHIvenogOuZCfdrJX/31RqbkFgI=";
hash = "sha256-JfmxtaWvPAmGvTko7QhurduGdSf7XIOv7xoDz60080U=";
};
}));
ansible_2_14 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {