We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf98d3b + 3afcaba commit 736e305Copy full SHA for 736e305
1 file changed
pkgs/by-name/an/ansible-doctor/package.nix
@@ -8,14 +8,14 @@
8
9
python3Packages.buildPythonApplication (finalAttrs: {
10
pname = "ansible-doctor";
11
- version = "8.2.1";
+ version = "8.2.2";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "thegeeklab";
16
repo = "ansible-doctor";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-cD5X2UuH8w987bMdl3fNgh79oMERuQwIqIFRT1E506Y=";
+ hash = "sha256-gezpY5iaFxNcngAyUnlVRPGo33zUgjdsm2zFlfWUWfA=";
19
};
20
21
build-system = with python3Packages; [
0 commit comments