rshim-user-space: 2.1.5 -> 2.2.4
Some notable changes and fixes: - bfb-install: Handle PF1 bind/unbind in NIC mode - allow multiple rshims to run in parallel - show bluefield mode in MISC device While there, add myself as maintainer and remove @nikstur after discussing this with him. Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rshim-user-space";
|
||||
version = "2.1.5";
|
||||
version = "2.2.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mellanox";
|
||||
repo = pname;
|
||||
rev = "rshim-${version}";
|
||||
hash = "sha256-moU6XxBVSAZiiR/usFfxse2CHk6+003Jb9t62szk1fk=";
|
||||
hash = "sha256-z0Uk520vsBERbeVtxBqXPXSWhO0sLD5GCQy1dQsJdEg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -76,6 +76,8 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Mellanox/rshim-user-space";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nikstur ];
|
||||
maintainers = with maintainers; [
|
||||
thillux
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user