ansible_2_7: v2.7.17 → v2.7.18

(cherry picked from commit 25233a5db7)
This commit is contained in:
Martin Weinelt
2020-05-18 01:27:40 +02:00
parent 3a1771d609
commit b403f32223

View File

@@ -17,11 +17,11 @@ rec {
ansible_2_7 = with python3Packages; toPythonApplication (ansible.overrideAttrs(old: rec {
pname = "ansible";
version = "2.7.17";
version = "2.7.18";
src = fetchurl {
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
sha256 = "1k2cz4w3r3an37305f40vi93wqixapls9y6ggkf75nbs7z27knwz";
sha256 = "0sgshaaqyjq3i035yi5hivmrrwrq05hxrbjrv1w3hfzmvljn41d1";
};
}));