rdma-core: 42.0 -> 43.0

This commit is contained in:
R. Ryantm 2022-10-24 01:46:21 +00:00
parent abe366dd5c
commit a4e14d92d3

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "rdma-core";
version = "42.0";
version = "43.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "sha256-MtvrKdo6Lkt064ol7+hlU7b1r+Dt5236bmE21wM5aDo=";
sha256 = "sha256-tqlanUZpDYT3wgvD0hA1D5RrMdzPzOqoELzuXGhjnz8=";
};
strictDeps = true;