Unverified Commit c5e98218 authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent 0b11411d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17494,10 +17494,10 @@ with pkgs;
  ansible = ansible_2_14;
  ansible_2_14 = python3Packages.toPythonApplication python3Packages.ansible-core;
  ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
    version = "2.13.6";
    version = "2.13.9";
    src = oldAttrs.src.override {
      inherit version;
      hash = "sha256-Mf4yK2MpBnSo9zhhEN9QHwBEqkSJC+OrMTpuIluaKc8=";
      hash = "sha256-nDGeygqcU83m8XSBLd1xFO2x5dDrXh30e9DY/v7ax2w=";
    };
  }));
  ansible_2_12 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {