summary refs log tree commit diff
path: root/pkgs/tools/security/sshuttle
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-07-20 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-07-20 04:20:00 -0500
commit6138e83fb1602d08306baf43c5a3c06a27beb2a5 (patch)
tree937743e138fa353b8de89306aa57fa1c8e71f5ad /pkgs/tools/security/sshuttle
parentca4e665f8c3afb889993415a58642ac11cfb0f81 (diff)
downloadnixpkgs-6138e83fb1602d08306baf43c5a3c06a27beb2a5.tar
nixpkgs-6138e83fb1602d08306baf43c5a3c06a27beb2a5.tar.gz
nixpkgs-6138e83fb1602d08306baf43c5a3c06a27beb2a5.tar.bz2
nixpkgs-6138e83fb1602d08306baf43c5a3c06a27beb2a5.tar.lz
nixpkgs-6138e83fb1602d08306baf43c5a3c06a27beb2a5.tar.xz
nixpkgs-6138e83fb1602d08306baf43c5a3c06a27beb2a5.tar.zst
nixpkgs-6138e83fb1602d08306baf43c5a3c06a27beb2a5.zip
sshuttle: 1.0.2 -> 1.0.3
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 b5538d37815..6f620904872 100644
--- a/pkgs/tools/security/sshuttle/default.nix
+++ b/pkgs/tools/security/sshuttle/default.nix
@@ -10,11 +10,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "sshuttle";
-  version = "1.0.2";
+  version = "1.0.3";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "02c3r27alch7dfy39v40n9g7mccsrj5hwnb1s0gkw4iwxkx2lzg1";
+    sha256 = "0fff1c88669a20bb6a4e7331960673a3a02a2e04ff163e4c9299496646edcf61";
   };
 
   patches = [ ./sudo.patch ];