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