Commit 721f5d80 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

ansible_2_15: 2.15.5 -> 2.15.9

parent 3b56a79a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18191,10 +18191,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 {