lol

ansible-lint: 6.20.0 -> 6.21.1

+2 -2
+2 -2
pkgs/tools/admin/ansible/lint.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "ansible-lint"; 9 - version = "6.20.0"; 9 + version = "6.21.1"; 10 10 format = "pyproject"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-7BO/LrZUd/Rkq468YiNVKr/mjLP2WD3JEdhGAP0ZGts="; 14 + hash = "sha256-Bf/G38jzy79W9/l3CzQ2/HkJutXB11Rw76BkUx8C324="; 15 15 }; 16 16 17 17 postPatch = ''