diff options
| author | teutat3s <10206665+teutat3s@users.noreply.github.com> | 2024-07-09 11:38:41 +0200 |
|---|---|---|
| committer | teutat3s <10206665+teutat3s@users.noreply.github.com> | 2024-07-18 14:18:20 +0200 |
| commit | e1e2481e8ba27b86c92f290e953c27a830de761b (patch) | |
| tree | e55f8aa5c4991af5d6b777b10e75da9734a9d1c5 | |
| parent | Merge pull request #323762 from x123/x123-add-phraze-tool (diff) | |
| download | nixpkgs-e1e2481e8ba27b86c92f290e953c27a830de761b.tar.gz | |
ansible-lint: 24.2.2 -> 24.7.0
https://github.com/ansible/ansible-lint/compare/v24.2.2...v24.7.0
| -rw-r--r-- | pkgs/tools/admin/ansible/lint.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/tools/admin/ansible/lint.nix b/pkgs/tools/admin/ansible/lint.nix index e3ff67eda963..c73acccbb08c 100644 --- a/pkgs/tools/admin/ansible/lint.nix +++ b/pkgs/tools/admin/ansible/lint.nix @@ -6,12 +6,13 @@ python3.pkgs.buildPythonApplication rec { pname = "ansible-lint"; - version = "24.2.2"; + version = "24.7.0"; format = "pyproject"; src = fetchPypi { - inherit pname version; - hash = "sha256-6ElHbhUC435aRsJijJkyYM5GS995dRljc13MtoMFGX4="; + inherit version; + pname = "ansible_lint"; + hash = "sha256-yi7cfk6AzxnfSyjL9MEY92HObN1qXvnIVh5FTtevWiQ="; }; postPatch = '' @@ -36,6 +37,7 @@ python3.pkgs.buildPythonApplication rec { ansible-compat black filelock + importlib-metadata jsonschema packaging pyyaml |
