sshuttle: 1.0.2 -> 1.0.3

This commit is contained in:
Mario Rodas 2020-07-20 04:20:00 -05:00
parent ca4e665f8c
commit 6138e83fb1
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -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 ];