Merge pull request #93524 from marsam/update-sshuttle

sshuttle: 1.0.2 -> 1.0.3
This commit is contained in:
Mario Rodas 2020-07-20 07:56:57 -05:00 committed by GitHub
commit e303532eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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