We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f504128 + 5831524 commit cdd87aaCopy full SHA for cdd87aa
pkgs/by-name/ss/ssh-mitm/package.nix
@@ -26,14 +26,14 @@ with py.pkgs;
26
27
buildPythonApplication rec {
28
pname = "ssh-mitm";
29
- version = "5.0.0";
+ version = "5.0.1";
30
pyproject = true;
31
32
src = fetchFromGitHub {
33
owner = "ssh-mitm";
34
repo = "ssh-mitm";
35
tag = version;
36
- hash = "sha256-jRheKLAXbbMyxdtDSJ4QSN4PoUM2YoK7nmU5xqPq7DY=";
+ hash = "sha256-FmxVhYkPRZwS+zFwuId9nRGN832LRkgCNgDYb8Pg01U=";
37
};
38
39
build-system = [
0 commit comments