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: 032c4b9ff0ba
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c5e528f2784
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 20, 2018

  1. ansible: 2.7.1 -> 2.7.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python2.7-ansible/versions
    r-ryantm committed Nov 20, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    grahamc Graham Christensen
    Copy the full SHA
    263f4c4 View commit details
  2. Merge pull request #50812 from r-ryantm/auto-update/python2.7-ansible

    ansible: 2.7.1 -> 2.7.2
    c0bw3b authored Nov 20, 2018
    Copy the full SHA
    5c5e528 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/ansible/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/ansible/default.nix
Original file line number Diff line number Diff line change
@@ -63,8 +63,8 @@ in rec {
};

ansible_2_7 = generic {
version = "2.7.1";
sha256 = "0fg95x2nr3j4rwnlyd2n03h91xx9fssi34c32356vk3z6ir395g7";
version = "2.7.2";
sha256 = "1q0yxba57m18rfpc3syvj7vyqsb35081h6s33qr6h0jf3r9pj3d0";
};

ansible2 = ansible_2_7;