ansible: v2.9.2 → v2.9.7

Fixes: CVE-2020-10684, CVE-2020-1733, CVE-2020-1735, CVE-2020-1739, CVE-2020-1740
This commit is contained in:
Martin Weinelt 2020-05-05 20:47:39 +02:00
parent 40e863aeb3
commit dde157780c
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "ansible";
version = "2.9.2";
version = "2.9.7";
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "06vxvn5q13rxzndwzq3g6yxiqm361ma9zcvwbrfn630xkmsg4pd8";
sha256 = "0miid7h720i630qljcjdmgdblflhrl2pwqjgiq5wm8jr61c3ld6s";
};
prePatch = ''