Skip to content

Commit 87c227f

Browse files
committedDec 10, 2016
pythonPackages.ansible2: 2.1.1.0 -> 2.2.0.0 (Fixes #21036)
1 parent 64e2d4d commit 87c227f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/python-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -813,13 +813,13 @@ in modules // {
813813
};
814814

815815
ansible2 = buildPythonPackage rec {
816-
version = "2.1.1.0";
816+
version = "2.2.0.0";
817817
name = "ansible-${version}";
818818
disabled = isPy3k;
819819

820820
src = pkgs.fetchurl {
821821
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
822-
sha256 = "12v7smivjz8d2skk5qxl83nmkxqxypjm8b7ld40sjfwj4g0kkrv1";
822+
sha256 = "11l5814inr44ammp0sh304rqx2382fr629c0pbwf0k1rjg99iwfr";
823823
};
824824

825825
prePatch = ''

0 commit comments

Comments
 (0)
Please sign in to comment.