Skip to content

Commit

Permalink
ansible_2_8: v2.8.12 -> v2.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jul 21, 2020
1 parent ee1640d commit 29f57d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/ansible/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ rec {

ansible_2_8 = with python3Packages; toPythonApplication (python3Packages.ansible.overrideAttrs(old: rec {
pname = "ansible";
version = "2.8.12";
version = "2.8.13";

src = fetchurl {
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
sha256 = "091id1da3hlnmf0hwvrhv2r0mnyna3mc6s7rwdg5kll7yfiy4k1a";
sha256 = "09a0wa5l2vyy8n2hwvq9ikc77a9xm9k19rnkvcnnkbqwv1fl36zb";
};
}));

Expand Down

0 comments on commit 29f57d2

Please sign in to comment.