From 59efc12c9ba3f555acff4f67f57db3ac250da84e Mon Sep 17 00:00:00 2001 From: Markus Theil Date: Tue, 11 Feb 2025 14:12:37 +0100 Subject: [PATCH] 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 --- pkgs/by-name/rs/rshim-user-space/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/rs/rshim-user-space/package.nix b/pkgs/by-name/rs/rshim-user-space/package.nix index 82a6e55aaea4..bd9a66095dcd 100644 --- a/pkgs/by-name/rs/rshim-user-space/package.nix +++ b/pkgs/by-name/rs/rshim-user-space/package.nix @@ -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 + ]; }; }