mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ansible: update from 1.7.1 to 1.7.2
This commit is contained in:
parent
a97e1ee52d
commit
352c310be9
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchurl, pythonPackages, python }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
version = "1.7.1";
|
||||
version = "1.7.2";
|
||||
name = "ansible-${version}";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://releases.ansible.com/ansible/ansible-${version}.tar.gz";
|
||||
sha1 = "4f4be4d45f28f52e4ab0c063efb66c7b9f482a51";
|
||||
sha256 = "1b4qhh6a8z18q7lfa7laxb3p0f7sacvv7nlbr2lix0vznhbffz51";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
|
Loading…
Reference in a new issue