Merge pull request #60656 from r-ryantm/auto-update/opensm
opensm: 3.3.21 -> 3.3.22
This commit is contained in:
commit
277482d70a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opensm-${version}";
|
name = "opensm-${version}";
|
||||||
version = "3.3.21";
|
version = "3.3.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linux-rdma";
|
owner = "linux-rdma";
|
||||||
repo = "opensm";
|
repo = "opensm";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0iikw28vslxq3baq9qmmw08yay7l524wciz7dv7km09ylcbx23b7";
|
sha256 = "1nb6zl93ffbgb8z8728j0dxrmvk3pm0i6a1sn7mpn8ki1vkf2y0j";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool bison flex ];
|
nativeBuildInputs = [ autoconf automake libtool bison flex ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user