summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteutat3s <10206665+teutat3s@users.noreply.github.com>2024-07-09 11:38:41 +0200
committerteutat3s <10206665+teutat3s@users.noreply.github.com>2024-07-18 14:18:20 +0200
commite1e2481e8ba27b86c92f290e953c27a830de761b (patch)
treee55f8aa5c4991af5d6b777b10e75da9734a9d1c5
parentMerge pull request #323762 from x123/x123-add-phraze-tool (diff)
downloadnixpkgs-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.nix8
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