tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ansible-lint: 6.20.0 -> 6.21.1
Thilo Uttendorfer
2 years ago
3ce0f400
0e57b519
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
admin
ansible
lint.nix
+2
-2
pkgs/tools/admin/ansible/lint.nix
···
6
6
7
7
python3.pkgs.buildPythonApplication rec {
8
8
pname = "ansible-lint";
9
9
-
version = "6.20.0";
9
9
+
version = "6.21.1";
10
10
format = "pyproject";
11
11
12
12
src = fetchPypi {
13
13
inherit pname version;
14
14
-
hash = "sha256-7BO/LrZUd/Rkq468YiNVKr/mjLP2WD3JEdhGAP0ZGts=";
14
14
+
hash = "sha256-Bf/G38jzy79W9/l3CzQ2/HkJutXB11Rw76BkUx8C324=";
15
15
};
16
16
17
17
postPatch = ''