Unverified Commit 9349ccba authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #237885 from robsliwi/chore/bump-ansible-lint-6.17.1

ansible-lint: 6.17.0 -> 6.17.1
parents 3ea91bd3 b09cf37c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ansible-lint";
  version = "6.17.0";
  version = "6.17.1";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-xtoS6ett1YIjsKSEAKqiXmd69srD2dtB+xtiAG3euzY=";
    hash = "sha256-804zPzVVyZ/zTHePYdRw0eOh623HYJDQ3XuVsslHRcI=";
  };

  postPatch = ''