infiniband-diags: 2.0.0 -> 2.1.0 (#45210)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/infiniband-diags/versions.
This commit is contained in:
parent
ec3c3c824e
commit
5a07d74387
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "infiniband-diags-${version}";
|
name = "infiniband-diags-${version}";
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linux-rdma";
|
owner = "linux-rdma";
|
||||||
repo = "infiniband-diags";
|
repo = "infiniband-diags";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "06x8yy3ly1vzraznc9r8pfsal9mjavxzhgrla3q2493j5jz0sx76";
|
sha256 = "1qgyyvnig28x1m47df0zx6b2rcb5nm1k8r02zx7wzfb5pn9k2zh1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool pkgconfig makeWrapper ];
|
nativeBuildInputs = [ autoconf automake libtool pkgconfig makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user