rshim-user-space: 2.0.9 -> 2.0.11
This commit is contained in:
parent
0b48455b2d
commit
6e9d140a47
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rshim-user-space";
|
pname = "rshim-user-space";
|
||||||
version = "2.0.9";
|
version = "2.0.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mellanox";
|
owner = "Mellanox";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "rshim-${version}";
|
rev = "rshim-${version}";
|
||||||
hash = "sha256-B85nhZRzcvTqwjfnVAeLNYti4Y/mprJsxBAMd+MwH84=";
|
hash = "sha256-LbAs4IFfYT6OhrtwRXmuQR9rD7ulmmUB20Au5fO8j9w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue