ansible: 1.9.4 -> 1.9.6
This commit is contained in:
parent
af25e0127c
commit
e9ddfe3d4c
|
@ -813,13 +813,13 @@ in modules // {
|
||||||
};
|
};
|
||||||
|
|
||||||
ansible = buildPythonPackage rec {
|
ansible = buildPythonPackage rec {
|
||||||
version = "1.9.4";
|
version = "1.9.6";
|
||||||
name = "ansible-${version}";
|
name = "ansible-${version}";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://releases.ansible.com/ansible/${name}.tar.gz";
|
url = "https://releases.ansible.com/ansible/${name}.tar.gz";
|
||||||
sha256 = "1qvgzb66nlyc2ncmgmqhzdk0x0p2px09967p1yypf5czwjn2yb4p";
|
sha256 = "0pgfh5z4w44sjgd77q6k769a5ipigjlm28zbpf2jhvz7n60kfxsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|
Loading…
Reference in New Issue