rshim-user-space: 2.2.4 -> 2.4.2

From upstream changelog:
* Update bfb-tool - support NIC FW replacing
* Reduce CPU usage by polling optimization
* bfb-install: Support trimmed NIC_FW
* bfdump support
* Use BREADCRUMB.BIT32 to indicate NIC mode
* Added bfb-tool script

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2025-07-07 09:19:06 +02:00
parent 8c312f9b18
commit 5afac852f3

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "rshim-user-space";
version = "2.2.4";
version = "2.4.2";
src = fetchFromGitHub {
owner = "Mellanox";
repo = "rshim-user-space";
rev = "rshim-${version}";
hash = "sha256-z0Uk520vsBERbeVtxBqXPXSWhO0sLD5GCQy1dQsJdEg=";
hash = "sha256-J/gCACqpUY+KraVOLWpd+UVyZ1f2o77EfpAgUVtZL9w=";
};
nativeBuildInputs = [