ssh-mitm: 5.0.0 -> 5.0.1
Diff: https://github.com/ssh-mitm/ssh-mitm/compare/refs/tags/5.0.0...5.0.1 Changelog: https://github.com/ssh-mitm/ssh-mitm/blob/5.0.1/CHANGELOG.md
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user