Skip to content

Commit

Permalink
opensm: 3.3.22 -> 3.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Mar 18, 2020
1 parent 186412b commit a36056d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/opensm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "opensm";
version = "3.3.22";
version = "3.3.23";

src = fetchFromGitHub {
owner = "linux-rdma";
repo = "opensm";
rev = version;
sha256 = "1nb6zl93ffbgb8z8728j0dxrmvk3pm0i6a1sn7mpn8ki1vkf2y0j";
sha256 = "0r0nw7b2711ca6mrj19ymg97x862hdxv54fhhm4kiqvdh6n75y0s";
};

nativeBuildInputs = [ autoconf automake libtool bison flex ];
Expand All @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Infiniband subnet manager";
homepage = https://www.openfabrics.org/;
homepage = "https://www.openfabrics.org/";
license = licenses.gpl2; # dual licensed as 2-clause BSD
maintainers = [ maintainers.aij ];
platforms = [ "x86_64-linux" ];
Expand Down

0 comments on commit a36056d

Please sign in to comment.