Unverified Commit cdd87aa7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ssh-mitm: 5.0.0 -> 5.0.1 (#386921)

parents f504128d 58315240
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "ssh-mitm";
  version = "5.0.0";
  version = "5.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ssh-mitm";
    repo = "ssh-mitm";
    tag = version;
    hash = "sha256-jRheKLAXbbMyxdtDSJ4QSN4PoUM2YoK7nmU5xqPq7DY=";
    hash = "sha256-FmxVhYkPRZwS+zFwuId9nRGN832LRkgCNgDYb8Pg01U=";
  };

  build-system = [