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

This commit is contained in:
Fabian Affolter
2025-03-04 21:51:59 +01:00
committed by GitHub
+2 -2
View File
@@ -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 = [