rshim-user-space: 2.0.32 -> 2.1.5

Notable changes include:
- more robust timeouts
- better BlueField 3 support
- better detect install finish in bfb-install with BMC present
- loose less log log messages with CLEAR_ON_READ

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2024-10-20 13:02:02 +02:00
parent 6e909456a7
commit 936ac723b4

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "rshim-user-space";
version = "2.0.32";
version = "2.1.5";
src = fetchFromGitHub {
owner = "Mellanox";
repo = pname;
rev = "rshim-${version}";
hash = "sha256-GF7cKIf72EYRBRb6d3IWONE7YJwohTLKF1RGdDMTG6c=";
hash = "sha256-moU6XxBVSAZiiR/usFfxse2CHk6+003Jb9t62szk1fk=";
};
nativeBuildInputs = [