mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
ssh-mitm: 4.1.1 -> 5.0.0
Diff: https://github.com/ssh-mitm/ssh-mitm/compare/refs/tags/4.1.1...5.0.0 Changelog: https://github.com/ssh-mitm/ssh-mitm/blob/5.0.0/CHANGELOG.md
This commit is contained in:
parent
132023e223
commit
a19f263bcc
@ -12,19 +12,11 @@ let
|
||||
self = py;
|
||||
packageOverrides = self: super: {
|
||||
paramiko = super.paramiko.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "3.3.1";
|
||||
version = "3.4.1";
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
hash = "sha256-ajd3qWGshtvvN1xfW41QAUoaltD9fwVKQ7yIATSw/3c=";
|
||||
hash = "sha256-ixUwKHCvf2ZS8uA4l1wdKXPwYEbLXX1lNVZos+y+zgw=";
|
||||
};
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "Use-pytest-s-setup_method-in-pytest-8-the-nose-method-setup-is-deprecated.patch";
|
||||
url = "https://github.com/paramiko/paramiko/pull/2349.diff";
|
||||
hash = "sha256-4CTIZ9BmzRdh+HOwxSzfM9wkUGJOnndctK5swqqsIvU=";
|
||||
})
|
||||
|
||||
];
|
||||
dependencies = oldAttrs.dependencies ++ [ python3.pkgs.icecream ];
|
||||
});
|
||||
};
|
||||
@ -35,14 +27,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "ssh-mitm";
|
||||
version = "4.1.1";
|
||||
version = "5.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ssh-mitm";
|
||||
repo = "ssh-mitm";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Uf1B7oEZyNWj4TjrLvEfFdxsvsGeMLXFsSdxGLUV4ZU=";
|
||||
hash = "sha256-jRheKLAXbbMyxdtDSJ4QSN4PoUM2YoK7nmU5xqPq7DY=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -50,7 +42,8 @@ buildPythonApplication rec {
|
||||
hatch-requirements-txt
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
appimage
|
||||
argcomplete
|
||||
colored
|
||||
packaging
|
||||
|
Loading…
Reference in New Issue
Block a user