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

rshim-user-space: 2.0.8 -> 2.0.9
This commit is contained in:
figsoda 2023-06-24 10:35:17 -04:00 committed by GitHub
commit 807457d295
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.8";
version = "2.0.9";
src = fetchFromGitHub {
owner = "Mellanox";
repo = pname;
rev = "rshim-${version}";
hash = "sha256-2r8zsmce1w7f4/NhqJqgb8bZlLLSxXuQVAGKL1PtvcM=";
hash = "sha256-B85nhZRzcvTqwjfnVAeLNYti4Y/mprJsxBAMd+MwH84=";
};
nativeBuildInputs = [