ansible_2_7: v2.7.17 → v2.7.18

This commit is contained in:
Martin Weinelt 2020-05-18 01:27:40 +02:00
parent c0e6848ad7
commit 25233a5db7
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -17,11 +17,11 @@ rec {
ansible_2_7 = python3Packages.toPythonApplication (python3Packages.ansible.overridePythonAttrs (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";
};
}));