Merge pull request #189995 from SuperSandro2000/sshuttle

This commit is contained in:
Sandro 2022-09-07 22:35:12 +02:00 committed by GitHub
commit 10311b5626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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