Skip to content

Commit

Permalink
Merge pull request #318746 from thillux/mtheil/rshim-update-2024-06
Browse files Browse the repository at this point in the history
rshim-user-space: 2.0.20 -> 2.0.32
  • Loading branch information
nikstur authored Jun 10, 2024
2 parents a8ff362 + 4c2bb2f commit 38dc5f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/tools/misc/rshim-user-space/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -36,6 +36,10 @@ stdenv.mkDerivation rec {
fuse
];

prePatch = ''
patchShebangs scripts/bfb-install
'';

strictDeps = true;

preConfigure = "./bootstrap.sh";
Expand Down

0 comments on commit 38dc5f0

Please sign in to comment.