Skip to content

Commit 3afcaba

Browse files
committed
ansible-doctor: 8.2.1 -> 8.2.2
1 parent 4d835ee commit 3afcaba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/an/ansible-doctor/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
python3Packages.buildPythonApplication (finalAttrs: {
1010
pname = "ansible-doctor";
11-
version = "8.2.1";
11+
version = "8.2.2";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "thegeeklab";
1616
repo = "ansible-doctor";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-cD5X2UuH8w987bMdl3fNgh79oMERuQwIqIFRT1E506Y=";
18+
hash = "sha256-gezpY5iaFxNcngAyUnlVRPGo33zUgjdsm2zFlfWUWfA=";
1919
};
2020

2121
build-system = with python3Packages; [

0 commit comments

Comments
 (0)