sshuttle: 1.3.1 → 1.3.2

This commit is contained in:
Nikolay Korotkiy
2025-08-15 23:21:12 +04:00
parent 65f27c32c5
commit 8c4c2bbc5a
+2 -2
View File
@@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "sshuttle";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "sshuttle";
repo = "sshuttle";
tag = "v${version}";
hash = "sha256-/ThWsPtFuUo41+Xw23UigZup1fq6/SAzDpxIaT0Vhvg=";
hash = "sha256-Rvhh99DO/4J1p0JZJauOnvQZKtZBvxu+7hNnNgsXn2w=";
};
build-system = [ python3Packages.hatchling ];