rshim-user-space: 2.0.7 -> 2.0.8

This commit is contained in:
R. Ryantm 2023-06-01 04:25:45 +00:00
parent a11f65c777
commit dbab52189b

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "rshim-user-space";
version = "2.0.7";
version = "2.0.8";
src = fetchFromGitHub {
owner = "Mellanox";
repo = pname;
rev = "rshim-${version}";
hash = "sha256-Dyc16UrRxbC9jRNVZ/sCgidY2hSIX0PrWmHf68x07nE=";
hash = "sha256-2r8zsmce1w7f4/NhqJqgb8bZlLLSxXuQVAGKL1PtvcM=";
};
nativeBuildInputs = [