opensm: 3.3.22 -> 3.3.23

This commit is contained in:
R. RyanTM 2020-03-18 09:42:25 +00:00 committed by Jon
parent 186412b42a
commit a36056d068

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opensm"; pname = "opensm";
version = "3.3.22"; version = "3.3.23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linux-rdma"; owner = "linux-rdma";
repo = "opensm"; repo = "opensm";
rev = version; rev = version;
sha256 = "1nb6zl93ffbgb8z8728j0dxrmvk3pm0i6a1sn7mpn8ki1vkf2y0j"; sha256 = "0r0nw7b2711ca6mrj19ymg97x862hdxv54fhhm4kiqvdh6n75y0s";
}; };
nativeBuildInputs = [ autoconf automake libtool bison flex ]; nativeBuildInputs = [ autoconf automake libtool bison flex ];
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Infiniband subnet manager"; description = "Infiniband subnet manager";
homepage = https://www.openfabrics.org/; homepage = "https://www.openfabrics.org/";
license = licenses.gpl2; # dual licensed as 2-clause BSD license = licenses.gpl2; # dual licensed as 2-clause BSD
maintainers = [ maintainers.aij ]; maintainers = [ maintainers.aij ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];