Unverified Commit 59ae0395 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

sshuttle: 1.3.1 → 1.3.2 (#434047)

parents 2f75dfab 8c4c2bbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];