ansible_2_16: 2.16.8 -> 2.16.14 (#374289)

ansible_2_16: update of patch version

Updated pinned minor release of ansible 2.16 to its latest patch release

authored by Haris and committed by GitHub 722862b6 882af087

+2 -2
+2 -2
pkgs/top-level/all-packages.nix
··· 7402 }; 7403 })); 7404 ansible_2_16 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { 7405 - version = "2.16.8"; 7406 src = oldAttrs.src.override { 7407 inherit version; 7408 - hash = "sha256-WeSqQO1azbTvm789BYkY//k/ZqFJNz2BWciilgRBC9o="; 7409 }; 7410 })); 7411
··· 7402 }; 7403 })); 7404 ansible_2_16 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { 7405 + version = "2.16.14"; 7406 src = oldAttrs.src.override { 7407 inherit version; 7408 + hash = "sha256-gCef/9mGhrrfqjLh7HhdmKbfGy/B5Al97AWXZA10ZBU="; 7409 }; 7410 })); 7411