forked from mirrors/nixpkgs
Merge pull request #30803 from elasticdog/ansible_2_3
ansible_2_3: 2.3.1.0 -> 2.3.2.0
This commit is contained in:
commit
6a2dc55337
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
pname = "ansible";
|
pname = "ansible";
|
||||||
version = "2.3.1.0";
|
version = "2.3.2.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
|
url = "http://releases.ansible.com/ansible/${name}.tar.gz";
|
||||||
sha256 = "1xdr82fy8gahxh3586wm5k1bxksys7yl1f2n24shrk8gf99qyjyd";
|
sha256 = "1sv8666vw6fi93jlgkwd4lxkfn75yqczfvk129zlh8ll4wjv8qq5";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
@ -30,7 +30,7 @@ pythonPackages.buildPythonPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.ansible.com;
|
homepage = http://www.ansible.com;
|
||||||
description = "A simple automation tool";
|
description = "A simple automation tool";
|
||||||
license = with licenses; [ gpl3] ;
|
license = with licenses; [ gpl3 ] ;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
jgeerds
|
jgeerds
|
||||||
joamaki
|
joamaki
|
||||||
|
|
Loading…
Reference in a new issue