Unverified Commit 8c4c2bbc authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

sshuttle: 1.3.1 → 1.3.2

parent 65f27c32
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 ];