sshuttle: 1.3.1 → 1.3.2 (#434047)

This commit is contained in:
Sandro
2025-08-16 17:52:47 +02:00
committed by GitHub
+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 ];