Unverified Commit bc4250f4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent ae7f9c70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17559,10 +17559,10 @@ with pkgs;
  ansible = ansible_2_15;
  ansible_2_15 = python3Packages.toPythonApplication python3Packages.ansible-core;
  ansible_2_14 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
    version = "2.14.5";
    version = "2.14.6";
    src = oldAttrs.src.override {
      inherit version;
      hash = "sha256-jE7tds5Fi0o3M0oIAt8pSI7Pn4rzjDERBpyWsXsgVTA=";
      hash = "sha256-DN2w30VFYZgfHFQdt6xTmNXp3kUuofAYR6y9Ax/X0rI=";
    };
  }));
  ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {