Merge pull request #336780 from r-ryantm/auto-update/ansible

ansible: 2.17.1 -> 2.17.3
This commit is contained in:
Maciej Krüger 2024-08-23 23:20:59 +02:00 committed by GitHub
commit c44dada67c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,12 +30,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ansible-core"; pname = "ansible-core";
version = "2.17.1"; version = "2.17.3";
src = fetchPypi { src = fetchPypi {
pname = "ansible_core"; pname = "ansible_core";
inherit version; inherit version;
hash = "sha256-RkSdcbvRfDzoX+N5ch2I0zP9I2N7XDeY6D+uX6ON7wA="; hash = "sha256-kXVXBlM5/jbnB46b6kfu+rbWh3871DX6Xw12bQTFhIU=";
}; };
# ansible_connection is already wrapped, so don't pass it through # ansible_connection is already wrapped, so don't pass it through