rshim-user-space: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm 2023-06-24 12:31:44 +00:00
parent 998b322eac
commit 3629194c33

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 = [