Skip to content

Commit cdd87aa

Browse files
authored
ssh-mitm: 5.0.0 -> 5.0.1 (NixOS#386921)
2 parents f504128 + 5831524 commit cdd87aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ss/ssh-mitm/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ with py.pkgs;
2626

2727
buildPythonApplication rec {
2828
pname = "ssh-mitm";
29-
version = "5.0.0";
29+
version = "5.0.1";
3030
pyproject = true;
3131

3232
src = fetchFromGitHub {
3333
owner = "ssh-mitm";
3434
repo = "ssh-mitm";
3535
tag = version;
36-
hash = "sha256-jRheKLAXbbMyxdtDSJ4QSN4PoUM2YoK7nmU5xqPq7DY=";
36+
hash = "sha256-FmxVhYkPRZwS+zFwuId9nRGN832LRkgCNgDYb8Pg01U=";
3737
};
3838

3939
build-system = [

0 commit comments

Comments
 (0)