Skip to content

Commit 9e30176

Browse files
authored
Merge pull request #287885 from LeSuisse/ansible-2.15.9
ansible_2_15: 2.15.5 -> 2.15.9
2 parents 25b2115 + 721f5d8 commit 9e30176

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18183,10 +18183,10 @@ with pkgs;
1818318183
ansible = ansible_2_16;
1818418184
ansible_2_16 = python3Packages.toPythonApplication python3Packages.ansible-core;
1818518185
ansible_2_15 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
18186-
version = "2.15.5";
18186+
version = "2.15.9";
1818718187
src = oldAttrs.src.override {
1818818188
inherit version;
18189-
hash = "sha256-jMU5y41DSa8//ZAccHIvenogOuZCfdrJX/31RqbkFgI=";
18189+
hash = "sha256-JfmxtaWvPAmGvTko7QhurduGdSf7XIOv7xoDz60080U=";
1819018190
};
1819118191
}));
1819218192
ansible_2_14 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {

0 commit comments

Comments
 (0)