sshuttle: 1.3.0 → 1.3.1 (#393222)

This commit is contained in:
Nikolay Korotkiy 2025-03-27 22:59:41 +04:00 committed by GitHub
commit d6ba89f598
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,17 +15,17 @@
python3Packages.buildPythonApplication rec {
pname = "sshuttle";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sshuttle";
repo = "sshuttle";
tag = "v${version}";
hash = "sha256-6RNH2S4GXlAWBQSSmgHFcpYECYJoQtZVScrhLMM0gEk=";
hash = "sha256-/ThWsPtFuUo41+Xw23UigZup1fq6/SAzDpxIaT0Vhvg=";
};
build-system = [ python3Packages.poetry-core ];
build-system = [ python3Packages.hatchling ];
nativeBuildInputs = [
installShellFiles