Skip to content

Commit

Permalink
Merge pull request NixOS#277441 from gebi/t/ansible-core-2_14-cves
Browse files Browse the repository at this point in the history
ansible_2_14: 2.14.6 -> 2.14.13
  • Loading branch information
natsukium authored Dec 30, 2023
2 parents 4da9e47 + 99a213d commit 8822056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18311,10 +18311,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.6";
version = "2.14.13";
src = oldAttrs.src.override {
inherit version;
hash = "sha256-DN2w30VFYZgfHFQdt6xTmNXp3kUuofAYR6y9Ax/X0rI=";
hash = "sha256-ThuzNPDDImq0jFme/knNX+A/JdRVi8BsJ0reK6PiV2o=";
};
}));
ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
Expand Down

0 comments on commit 8822056

Please sign in to comment.