Merge pull request #250605 from markuskowa/upd-rdma-core

rdma-core: 46.1 -> 47.0
This commit is contained in:
markuskowa 2023-08-22 23:42:04 +02:00 committed by GitHub
commit ef06ccd9a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rdma-core";
version = "46.1";
version = "47.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-pVPWoLnWCGP+CZtG5bnOKUtjiuOa6Qic9wlGeY68w/8=";
hash = "sha256-R+qgHDu9GRwT5ic1DCDlYe1Xb4hqi8pgitKq9iBBQNQ=";
};
strictDeps = true;