Merge pull request #16943 from RamKromberg/fix/ansible

ansible: 1.9.4 -> 1.9.6 CVE-2016-3096
This commit is contained in:
Frederik Rietdijk
2016-07-14 11:08:57 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = ''