ansible: 2.11.1 -> 2.11.2

(cherry picked from commit bedf7abd6a1ceb3ebd15e26aabbd769c8620fd10)
This commit is contained in:
Martin Weinelt 2021-06-22 14:23:29 +02:00
parent 6ae0a35f2c
commit 10f8ee55fe

View File

@ -23,11 +23,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ansible-core"; pname = "ansible-core";
version = "2.11.1"; version = "2.11.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-fnWCepTUfRw+GTDXCPDvY3o6uaIfdXqvVd6rbp9HxoI="; sha256 = "1syadgzn5ww5bhq9s2py4h1hkh11h7aac5b37zi8rw2xfvdc7r2s";
}; };
# ansible_connection is already wrapped, so don't pass it through # ansible_connection is already wrapped, so don't pass it through