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:
parent
6e909456a7
commit
936ac723b4
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user