sshuttle: 1.1.0 -> 1.1.1
This commit is contained in:
parent
3c0c2a1b87
commit
e0582a7268
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "sshuttle";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-IfuRvfOStQ5422uNdelbc6ydr9Nh4mV+eE5nRWEhkxU=";
|
||||
sha256 = "sha256-9aPtHlqxITx6bfhgr0HxqQOrLK+/73Hzcazc/yHmnuY=";
|
||||
};
|
||||
|
||||
patches = [ ./sudo.patch ];
|
||||
|
|
Loading…
Reference in a new issue