mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
ansible_2_6: 2.6.15 -> 2.6.17
This commit is contained in:
parent
69a45144d5
commit
e38bbb01eb
@ -17,11 +17,11 @@
|
||||
|
||||
ansible_2_6 = with python3Packages; toPythonApplication (ansible.overridePythonAttrs(old: rec {
|
||||
pname = "ansible";
|
||||
version = "2.6.15";
|
||||
version = "2.6.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
|
||||
sha256 = "1l4ji9sryfn0l651hy6cf5zqq8fpwi956c7qzjm4sihz5ps6wyhd";
|
||||
sha256 = "0ixr3g1nb02xblqyk87bzag8sj8phy37m24xflabfl1k2zfh0313";
|
||||
};
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user