1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #318746 from thillux/mtheil/rshim-update-2024-06

rshim-user-space: 2.0.20 -> 2.0.32
This commit is contained in:
nikstur 2024-06-10 13:25:16 +02:00 committed by GitHub
commit 38dc5f0137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";