rdma-core: 41.0 -> 42.0

This commit is contained in:
R. Ryantm 2022-08-19 07:14:50 +00:00
parent e9ce9a2b73
commit 1f0e19b638

View File

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