ansible_2_6: 2.6.15 -> 2.6.17

This commit is contained in:
Mario Rodas 2019-06-08 21:02:30 -05:00
parent 69a45144d5
commit e38bbb01eb
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -17,11 +17,11 @@
ansible_2_6 = with python3Packages; toPythonApplication (ansible.overridePythonAttrs(old: rec {
pname = "ansible";
version = "2.6.15";
version = "2.6.17";
src = fetchurl {
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
sha256 = "1l4ji9sryfn0l651hy6cf5zqq8fpwi956c7qzjm4sihz5ps6wyhd";
sha256 = "0ixr3g1nb02xblqyk87bzag8sj8phy37m24xflabfl1k2zfh0313";
};
}));