about summary refs log tree commit diff
path: root/pkgs/tools/system/ansible
diff options
context:
space:
mode:
authorGeorges Dubus <georges.dubus@numergy.com>2014-07-31 12:24:30 +0200
committerGeorges Dubus <georges.dubus@numergy.com>2014-07-31 12:24:30 +0200
commite698312c03c56965eebc8b1267509f406ad49763 (patch)
tree0453b04fc09f18f63d343d759a81077b77857fb6 /pkgs/tools/system/ansible
parent10d4f1fac7da3e295d9185bbf41bacb760a6be4f (diff)
downloadnixlib-e698312c03c56965eebc8b1267509f406ad49763.tar
nixlib-e698312c03c56965eebc8b1267509f406ad49763.tar.gz
nixlib-e698312c03c56965eebc8b1267509f406ad49763.tar.bz2
nixlib-e698312c03c56965eebc8b1267509f406ad49763.tar.lz
nixlib-e698312c03c56965eebc8b1267509f406ad49763.tar.xz
nixlib-e698312c03c56965eebc8b1267509f406ad49763.tar.zst
nixlib-e698312c03c56965eebc8b1267509f406ad49763.zip
Ansible: updated to 1.6.10
Diffstat (limited to 'pkgs/tools/system/ansible')
-rw-r--r--pkgs/tools/system/ansible/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/ansible/default.nix b/pkgs/tools/system/ansible/default.nix
index 7d96092a3ceb..b3d40712926c 100644
--- a/pkgs/tools/system/ansible/default.nix
+++ b/pkgs/tools/system/ansible/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, pythonPackages, python }:
 
 pythonPackages.buildPythonPackage rec {
-  version = "1.6.1";		    
+  version = "1.6.10";
   name = "ansible-${version}";
   namePrefix = "";
   
   src = fetchurl {
     url = "https://github.com/ansible/ansible/archive/v${version}.tar.gz";
-    sha256 = "1iz1q2h0zll4qsxk0pndc59knasw663kv53sm21q57qz7lf30q9z";
+    sha256 = "0j133353skzb6ydrqqgfkzbkkj1zaibl1x8sgl0arnfma8qky1g1";
   };
 
   prePatch = ''