ansible_2_3: 2.3.1.0 -> 2.3.2.0
This commit is contained in:
parent
63bbada520
commit
19fda23a50
@ -6,12 +6,12 @@
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pname = "ansible";
|
||||
version = "2.3.1.0";
|
||||
version = "2.3.2.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
|
||||
sha256 = "1xdr82fy8gahxh3586wm5k1bxksys7yl1f2n24shrk8gf99qyjyd";
|
||||
sha256 = "1sv8666vw6fi93jlgkwd4lxkfn75yqczfvk129zlh8ll4wjv8qq5";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user