Merge pull request #233442 from mweinelt/ansible-bumps

ansible_2_14: 2.14.5 -> 2.14.6; ansible_2_13: 2.13.9 -> 2.13.10
This commit is contained in:
Martin Weinelt 2023-05-28 20:00:13 +02:00 committed by GitHub
commit 5996187504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17612,17 +17612,17 @@ with pkgs;
ansible = ansible_2_15;
ansible_2_15 = python3Packages.toPythonApplication python3Packages.ansible-core;
ansible_2_14 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.14.5";
version = "2.14.6";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-jE7tds5Fi0o3M0oIAt8pSI7Pn4rzjDERBpyWsXsgVTA=";
hash = "sha256-DN2w30VFYZgfHFQdt6xTmNXp3kUuofAYR6y9Ax/X0rI=";
};
}));
ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
version = "2.13.9";
version = "2.13.10";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-nDGeygqcU83m8XSBLd1xFO2x5dDrXh30e9DY/v7ax2w=";
hash = "sha256-1LQKSq+GDe9sLJ6K1SAfhoPj59fY4hRjxtWepPixLfc=";
};
}));