Unverified Commit 9e30176c authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #287885 from LeSuisse/ansible-2.15.9

ansible_2_15: 2.15.5 -> 2.15.9
parents 25b2115e 721f5d80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18183,10 +18183,10 @@ with pkgs;
  ansible = ansible_2_16;
  ansible_2_16 = python3Packages.toPythonApplication python3Packages.ansible-core;
  ansible_2_15 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
    version = "2.15.5";
    version = "2.15.9";
    src = oldAttrs.src.override {
      inherit version;
      hash = "sha256-jMU5y41DSa8//ZAccHIvenogOuZCfdrJX/31RqbkFgI=";
      hash = "sha256-JfmxtaWvPAmGvTko7QhurduGdSf7XIOv7xoDz60080U=";
    };
  }));
  ansible_2_14 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {