sshuttle: 1.1.0 -> 1.1.1

This commit is contained in:
Sandro Jäckel 2022-09-06 13:41:55 +02:00
parent 3c0c2a1b87
commit e0582a7268
No known key found for this signature in database
GPG key ID: B1763F8651144063

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