mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
rshim-user-space: 2.0.20 -> 2.0.32
Notable changes: - increased robustness on reboots - better support for Bluefield 3 Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
7b75a79581
commit
4c2bb2fa60
@ -15,13 +15,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rshim-user-space";
|
||||
version = "2.0.20";
|
||||
version = "2.0.32";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mellanox";
|
||||
repo = pname;
|
||||
rev = "rshim-${version}";
|
||||
hash = "sha256-zm1cMTna9o8edl0M7tjUhbnElbUkQZSkh3KOI6tbE6I=";
|
||||
hash = "sha256-GF7cKIf72EYRBRb6d3IWONE7YJwohTLKF1RGdDMTG6c=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -36,6 +36,10 @@ stdenv.mkDerivation rec {
|
||||
fuse
|
||||
];
|
||||
|
||||
prePatch = ''
|
||||
patchShebangs scripts/bfb-install
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
preConfigure = "./bootstrap.sh";
|
||||
|
Loading…
Reference in New Issue
Block a user