3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #9803 from lancelotsix/update_ansible

ansible: 1.9.1 -> 1.9.3
This commit is contained in:
Pascal Wittmann 2015-09-12 11:12:06 +02:00
commit 09a08ef164

View file

@ -1,13 +1,13 @@
{ windowsSupport ? true, stdenv, fetchurl, pythonPackages, python }:
pythonPackages.buildPythonPackage rec {
version = "1.9.1";
version = "1.9.3";
name = "ansible-${version}";
namePrefix = "";
src = fetchurl {
url = "http://releases.ansible.com/ansible/ansible-${version}.tar.gz";
sha256 = "a6f975d565723765a4d490ff40cede96833a745f38908def4950a0075f1973f5";
sha256 = "1vgfsjqb5gbs30ymqgq3q2kxzn3fvh8680n14yj5c040zm1gd515";
};
prePatch = ''