ansible-doctor: 8.4.1 -> 8.4.2

This commit is contained in:
R. Ryantm
2026-09-18 05:19:51 +00:00
parent b4b5d45e51
commit e33ec6e463

View File

@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ansible-doctor";
version = "8.4.1";
version = "8.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "ansible-doctor";
tag = "v${finalAttrs.version}";
hash = "sha256-q9KYsZnfCNyHWnu7hSn/6FUza+CWb/7X8HhqDatjtr4=";
hash = "sha256-4+WsSfXfTo+46liUpIX8AbB1rGdP2BY+zThhutpIw3w=";
};
build-system = with python3Packages; [