summary refs log tree commit diff
path: root/pkgs/tools/security/sshuttle
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-08 17:39:28 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-08 17:39:38 +0200
commit46a3a12971246e3e31613cf3f9db6aa4b3b2a48b (patch)
treef50622eb30dc48ecb99277f5974a4515e12134ae /pkgs/tools/security/sshuttle
parentb6856521fff466f72245ca16d04b2726dbd61636 (diff)
downloadnixpkgs-46a3a12971246e3e31613cf3f9db6aa4b3b2a48b.tar
nixpkgs-46a3a12971246e3e31613cf3f9db6aa4b3b2a48b.tar.gz
nixpkgs-46a3a12971246e3e31613cf3f9db6aa4b3b2a48b.tar.bz2
nixpkgs-46a3a12971246e3e31613cf3f9db6aa4b3b2a48b.tar.lz
nixpkgs-46a3a12971246e3e31613cf3f9db6aa4b3b2a48b.tar.xz
nixpkgs-46a3a12971246e3e31613cf3f9db6aa4b3b2a48b.tar.zst
nixpkgs-46a3a12971246e3e31613cf3f9db6aa4b3b2a48b.zip
sshuttle: 0.77.2 -> 0.78.0
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 4a8d7518e9c..41119574767 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.77.2";
+  version = "0.78.0";
 
   src = fetchurl {
-    sha256 = "1fwlhr5r9pl3pns65nn4mxf5ivypmd2a12gv3vpyznfy5f097k10";
+    sha256 = "18hrwi2gyri1n2rq0nghvv7hfhbhh5h67am89524vc1yyx40vn3b";
     url = "https://pypi.python.org/packages/source/s/sshuttle/${name}.tar.gz";
   };