ansible-doctor: 8.0.1 -> 8.1.1

This commit is contained in:
R. Ryantm
2025-12-07 22:23:03 +00:00
parent aa1bf8ebf5
commit fd3be83de6
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "ansible-doctor";
version = "8.0.1";
version = "8.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "ansible-doctor";
tag = "v${version}";
hash = "sha256-vbI1VEtSQW+kUCIcqrHE+Ogmjjmpstgu2cpl3fDZ2rE=";
hash = "sha256-izgSdHK+vVS0UcK32gYDwBn3b1yDCzp2ImjDXZbMrzs=";
};
build-system = with python3Packages; [