Commit 936ac723 authored by Markus Theil's avatar Markus Theil
Browse files

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: default avatarMarkus Theil <theil.markus@gmail.com>
parent 6e909456
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [