3
0
Fork 0
forked from mirrors/nixpkgs

Upgrade Ansible to 1.9.1

This commit is contained in:
Daniel Pfile 2015-05-19 16:27:25 -05:00
parent 65f1e8e048
commit 7c9d5eeee5

View file

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