Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 98c1150f2cc6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb9d531efebe
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2018

  1. ansible_2_5: 2.5.2 -> 2.5.11

    (cherry picked from commit de8a3e3)
    sengaya authored and c0bw3b committed Nov 3, 2018
    Copy the full SHA
    fba092f View commit details
  2. ansible_2_6: 2.6.2 -> 2.6.7

    (cherry picked from commit e63509a)
    sengaya authored and c0bw3b committed Nov 3, 2018
    Copy the full SHA
    9eb6e66 View commit details
  3. Merge pull request #49697 from c0bw3b/sec/ansible

    [18.09] ansible: 2.5.2 -> 2.5.11 and 2.6.2 -> 2.6.7
    c0bw3b authored Nov 3, 2018
    Copy the full SHA
    fb9d531 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/tools/admin/ansible/default.nix
8 changes: 4 additions & 4 deletions pkgs/tools/admin/ansible/default.nix
Original file line number Diff line number Diff line change
@@ -51,13 +51,13 @@ in rec {
};

ansible_2_5 = generic {
version = "2.5.2";
sha256 = "1r9sq30xz3jrvx6yqssj5wmkml1f75rx1amd7g89f3ryngrq6m59";
version = "2.5.11";
sha256 = "07rhgkl3a2ba59rqh9pyz1p661gc389shlwa2sw1m6wwifg4lm24";
};

ansible_2_6 = generic {
version = "2.6.2";
sha256 = "1y5gd9h641p6pphwd7j99yyqglyj23rkmid7wgzk62611754qzkl";
version = "2.6.7";
sha256 = "10pakw9k9wd3cy1qk3ah2253ph7c7h3qzpal4k0s5lschzgy2fh0";
};

ansible2 = ansible_2_6;