Merge pull request #259519 from r-ryantm/auto-update/rshim-user-space

rshim-user-space: 2.0.9 -> 2.0.11
This commit is contained in:
Nick Cao 2023-10-07 12:42:38 -04:00 committed by GitHub
commit a1b4cc2f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "rshim-user-space";
version = "2.0.9";
version = "2.0.11";
src = fetchFromGitHub {
owner = "Mellanox";
repo = pname;
rev = "rshim-${version}";
hash = "sha256-B85nhZRzcvTqwjfnVAeLNYti4Y/mprJsxBAMd+MwH84=";
hash = "sha256-LbAs4IFfYT6OhrtwRXmuQR9rD7ulmmUB20Au5fO8j9w=";
};
nativeBuildInputs = [