Commit b09cf37c authored by Robert Sliwinski's avatar Robert Sliwinski
Browse files

ansible-lint: 6.17.0 -> 6.17.1

parent 8e6016e8
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 = ''