Merge pull request #287885 from LeSuisse/ansible-2.15.9
ansible_2_15: 2.15.5 -> 2.15.9
This commit is contained in:
commit
9e30176ced
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user