ansible_2_7: 2.7.10 -> 2.7.11
This commit is contained in:
parent
646ed20652
commit
69a45144d5
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
ansible_2_7 = with python3Packages; toPythonApplication (ansible.overridePythonAttrs(old: rec {
|
ansible_2_7 = with python3Packages; toPythonApplication (ansible.overridePythonAttrs(old: rec {
|
||||||
pname = "ansible";
|
pname = "ansible";
|
||||||
version = "2.7.10";
|
version = "2.7.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
|
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
|
||||||
sha256 = "15721d0bxymghxnlnknq43lszlxg3ybbcp2p5v424hhw6wg2v944";
|
sha256 = "0zipzm9al6k74h88b6zkddpcbxqs4cms7lidid6wn1vx3d3dxrp7";
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue