mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
Merge pull request #50812 from r-ryantm/auto-update/python2.7-ansible
ansible: 2.7.1 -> 2.7.2
This commit is contained in:
commit
5c5e528f27
|
@ -63,8 +63,8 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
ansible_2_7 = generic {
|
ansible_2_7 = generic {
|
||||||
version = "2.7.1";
|
version = "2.7.2";
|
||||||
sha256 = "0fg95x2nr3j4rwnlyd2n03h91xx9fssi34c32356vk3z6ir395g7";
|
sha256 = "1q0yxba57m18rfpc3syvj7vyqsb35081h6s33qr6h0jf3r9pj3d0";
|
||||||
};
|
};
|
||||||
|
|
||||||
ansible2 = ansible_2_7;
|
ansible2 = ansible_2_7;
|
||||||
|
|
Loading…
Reference in a new issue