ansible-doctor: 8.2.1 -> 8.2.2

This commit is contained in:
R. Ryantm
2026-03-15 03:16:42 +00:00
parent 4d835ee4d1
commit 3afcabaeec
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ansible-doctor";
version = "8.2.1";
version = "8.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "ansible-doctor";
tag = "v${finalAttrs.version}";
hash = "sha256-cD5X2UuH8w987bMdl3fNgh79oMERuQwIqIFRT1E506Y=";
hash = "sha256-gezpY5iaFxNcngAyUnlVRPGo33zUgjdsm2zFlfWUWfA=";
};
build-system = with python3Packages; [