forked from mirrors/nixpkgs
rshim-user-space: 2.0.11 -> 2.0.12
This commit is contained in:
parent
2332b0d7f4
commit
941ea61ed0
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rshim-user-space";
|
pname = "rshim-user-space";
|
||||||
version = "2.0.11";
|
version = "2.0.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mellanox";
|
owner = "Mellanox";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "rshim-${version}";
|
rev = "rshim-${version}";
|
||||||
hash = "sha256-LbAs4IFfYT6OhrtwRXmuQR9rD7ulmmUB20Au5fO8j9w=";
|
hash = "sha256-jR9Q1i2p4weKuGPTAylNIVglgcZH0UtvXBVVCEquxu8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue