aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/sshuttle
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-08 03:09:41 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-08 03:09:41 +0100
commit04573b82bc09ba115ea30ea7a5088a2c63b2a45d (patch)
tree5f4c08be3acdbefdcc8ca292b4c715415cea3c17 /pkgs/tools/security/sshuttle
parent40d90ef8ac8353ce757836dc7a38a5f89ec68a63 (diff)
sshuttle: 0.76 -> 0.77.2
Diffstat (limited to 'pkgs/tools/security/sshuttle')
-rw-r--r--pkgs/tools/security/sshuttle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/sshuttle/default.nix b/pkgs/tools/security/sshuttle/default.nix
index b78eb43782ed..4a8d7518e9c2 100644
--- a/pkgs/tools/security/sshuttle/default.nix
+++ b/pkgs/tools/security/sshuttle/default.nix
@@ -3,10 +3,10 @@
pythonPackages.buildPythonApplication rec {
name = "sshuttle-${version}";
- version = "0.76";
+ version = "0.77.2";
src = fetchurl {
- sha256 = "1q0hr0vhdvv23cw5dqndsmf61283mvs6b14662ci00xj6zp5v48b";
+ sha256 = "1fwlhr5r9pl3pns65nn4mxf5ivypmd2a12gv3vpyznfy5f097k10";
url = "https://pypi.python.org/packages/source/s/sshuttle/${name}.tar.gz";
};