opensm: 3.3.21 -> 3.3.22
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/opensm/versions
This commit is contained in:
parent
a381d42221
commit
560b7b4250
@ -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…
Reference in New Issue
Block a user