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:
R. RyanTM 2019-05-01 10:25:56 -07:00
parent a381d42221
commit 560b7b4250

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "opensm-${version}";
version = "3.3.21";
version = "3.3.22";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "opensm";
rev = "${version}";
sha256 = "0iikw28vslxq3baq9qmmw08yay7l524wciz7dv7km09ylcbx23b7";
sha256 = "1nb6zl93ffbgb8z8728j0dxrmvk3pm0i6a1sn7mpn8ki1vkf2y0j";
};
nativeBuildInputs = [ autoconf automake libtool bison flex ];