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

rshim-user-space: 2.0.7 -> 2.0.8
This commit is contained in:
Nick Cao
2023-05-31 23:49:41 -06:00
committed by GitHub
+2 -2
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 = [